Add tox env for python 3.4

This commit is contained in:
Daniel Graña 2014-07-24 15:38:04 -03:00
parent 79aba9e314
commit 0cf035dcbd
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ deps =
pytest>=2.6.0
pytest-twisted
[testenv:py34]
basepython = python3.4
deps = {[testenv:py33]deps}
[testenv:windows]
commands =
bin/runtests.bat []