forked from github/pelican
Merge pull request #2649 from iKevinY/py2-sunset
Remove Python 2 support
This commit is contained in:
commit
772005f431
45 changed files with 203 additions and 627 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