Don't test python 2.6 in tox by default, because the newer pip versions don't support it anymore

This commit is contained in:
Dave Halter
2018-04-15 14:46:35 +02:00
parent deb4dbce1c
commit bd58e32712

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36, py37
envlist = py27, py33, py34, py35, py36, py37
[testenv]
deps =
{env:_PARSO_TEST_PYTEST_DEP:pytest>=3.0.7}