By default enable cross Python version tests in tox

This commit is contained in:
Dave Halter
2017-12-23 19:59:37 +01:00
parent 7ad37fb976
commit c3520bea65

View File

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