diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-06-26 09:02:27 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-06-26 09:02:48 -0700 |
commit | 4ee577abc529603414836d9929f75fa8d67bbffb (patch) | |
tree | b7ccebd8c6dc2ba61bda136e016d385bda348c04 /tox.ini | |
parent | d77a4d6421a726584da228c30587bfa265fee8ea (diff) |
Move reqs.txt to dev-reqs.txt, solidify tox req
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ envlist = py25,py26,py27 [testenv] -commands = pip install --use-mirrors -q -r requirements.txt +commands = pip install --use-mirrors -q -r dev-requirements.txt python test.py |