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 | |
parent | d77a4d6421a726584da228c30587bfa265fee8ea (diff) |
Move reqs.txt to dev-reqs.txt, solidify tox req
-rw-r--r-- | dev-requirements.txt | 1 | ||||
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 00000000..84c7697a --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1 @@ +tox>=1.4,<1.5 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 75112a23..00000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pycrypto -tox @@ -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 |