run tox tests in all supported python environments
This commit is contained in:
parent
5bf7b534f2
commit
b3e3e76998
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26
|
||||
envlist = py26, py27, py33, py34
|
||||
[testenv]
|
||||
deps =
|
||||
-rdev-requirements.txt
|
||||
|
|
Loading…
Reference in a new issue