tox.ini: Add python 3.4
This commit is contained in:
parent
873383e9bd
commit
7c42327e0e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26,py27,py33
|
envlist = py26,py27,py33,py34
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
|
|
Loading…
Reference in a new issue