Remove Python 2.7 support from settings

This commit is contained in:
Paolo Melchiorre 2019-11-05 21:04:56 +01:00
commit ae73d06301
5 changed files with 3 additions and 8 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