install dev requirements for tox
This commit is contained in:
parent
747563e4ff
commit
a9d118622a
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -2,7 +2,9 @@
|
|||
envlist = py26, py27, py33, py34
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/requirements-dev.txt
|
||||
commands =
|
||||
{envpython} setup.py test
|
||||
nosetests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue