Move reqs.txt to dev-reqs.txt, solidify tox req

This commit is contained in:
Jeff Forcier 2013-06-26 09:02:27 -07:00
parent d77a4d6421
commit 4ee577abc5
3 changed files with 2 additions and 3 deletions

1
dev-requirements.txt Normal file
View File

@ -0,0 +1 @@
tox>=1.4,<1.5

View File

@ -1,2 +0,0 @@
pycrypto
tox

View File

@ -2,5 +2,5 @@
envlist = py25,py26,py27 envlist = py25,py26,py27
[testenv] [testenv]
commands = pip install --use-mirrors -q -r requirements.txt commands = pip install --use-mirrors -q -r dev-requirements.txt
python test.py python test.py