install dev requirements for tox
This commit is contained in:
parent
747563e4ff
commit
a9d118622a
4
tox.ini
4
tox.ini
@ -2,7 +2,9 @@
|
|||||||
envlist = py26, py27, py33, py34
|
envlist = py26, py27, py33, py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps =
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/requirements-dev.txt
|
||||||
commands =
|
commands =
|
||||||
{envpython} setup.py test
|
{envpython} setup.py test
|
||||||
nosetests
|
nosetests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user