Skip to content

Commit

Permalink
install dev requirements for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
kouk committed Feb 18, 2015
1 parent 747563e commit a9d1186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9d1186

Please sign in to comment.