diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-03 16:20:45 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-03 16:20:45 -0800 |
commit | e8142be57cc9f5f216f24cc48656c58b70c5d59a (patch) | |
tree | 3296d24f3d58a02ad294250c49fe7124091ad96b /tox.ini | |
parent | 94c20181dd8073e0cdbc83973c87e89c5f472d80 (diff) | |
parent | 16c106e6aac64424b554b33d269eee80ebb1db7a (diff) |
Merge branch 'master' into 502-int
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [tox] -envlist = py25,py26,py27,py32,py33 +envlist = py26,py27,py32,py33,py34 [testenv] -commands = pip install --use-mirrors -q -r tox-requirements.txt +commands = pip install -q -r tox-requirements.txt python test.py |