fixing tox.ini file to match master

This commit is contained in:
Peter 2019-06-09 12:29:45 +02:00
parent 6cdd1ab6c1
commit 319e1da727

View file

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27-test, py37-test, py38-test, py27-flake8, docs
envlist = py27-test, py37-test, py27-flake8, docs
# The exhaustive list of environments is:
# envlist = py{27,34,35}-{test,cov}, py{27,34,35}-flake8, docs