diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-10 20:07:43 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:15:30 -0800 |
commit | 7d56ecb1a7d1654ae971e9896aa26e938454d3ea (patch) | |
tree | c85fd04be05e28cd0c06a4bc600b79256b77a22e /tox.ini | |
parent | c74ff2a16e47bdf31f8ad17bbfbe2da5d03803c6 (diff) | |
download | paramiko-7d56ecb1a7d1654ae971e9896aa26e938454d3ea.tar.gz |
Meta prep work (reqs.txt, tasks.py)
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 tox-requirements.txt python test.py |