Python 3.6 was not tested in the default configuration of tox.

This commit is contained in:
Dave Halter
2017-05-08 19:55:35 +02:00
parent 9fb7fb66da
commit 0b3590ce20

View File

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