diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 10:57:50 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 10:57:50 -0800 |
commit | 0d6bf1d9656dc3d15f76169d584268de999b9791 (patch) | |
tree | f7c35ed962fd29727fbe304820b488913a77d47f /tox.ini | |
parent | 94580cebee300b02c3e798830396d5b4f0cc6b24 (diff) | |
parent | c4276679284649f62b646a057f9ca50f0c644a2d (diff) |
Merge branch '1.12'
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 dev-requirements.txt +commands = pip install --use-mirrors -q -r tox-requirements.txt python test.py |