tests can now also run on python 3.5

This commit is contained in:
Claude
2016-02-09 21:08:47 +01:00
parent 65187930bd
commit 4249563eb2

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py32, py33, py34
envlist = py26, py27, py32, py33, py34, py35
[testenv]
deps =
pytest>=2.3.5
@@ -32,6 +32,10 @@ deps =
typing
{[testenv]deps}
[testenv:py34]
deps =
typing
{[testenv]deps}
[testenv:py35]
deps =
typing
{[testenv]deps}