1
0
Fork 0
forked from github/pelican

Merge pull request #2649 from iKevinY/py2-sunset

Remove Python 2 support
This commit is contained in:
Justin Mayer 2019-11-26 14:03:13 -08:00 committed by GitHub
commit 772005f431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 203 additions and 627 deletions

View file

@ -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