Don't run Python 2.6 in tox by default

Python 2.6 seems to be harder and harder to run in tox if setuptools is not properly configured for it.
It's still possible to run it and it still runs on travis.
This commit is contained in:
Dave Halter
2017-12-14 22:50:13 +01:00
parent e621e8590c
commit e526cb1ae3

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36
envlist = py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=2.3.5, < 3.3