forked from github/pelican
Remove Python 2.7 support from settings
This commit is contained in:
parent
01eb08c42b
commit
ae73d06301
5 changed files with 3 additions and 8 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,9 +1,8 @@
|
|||
[tox]
|
||||
envlist = py{27,35,36,37},docs,flake8
|
||||
envlist = py{35,36,37},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue