diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-20 10:08:49 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-20 10:08:49 -0700 |
commit | 74d83f2c74738971ea103e7524dd57316b15046c (patch) | |
tree | 25610caae357662c25d8055296d18baea97c5f08 /tox.ini | |
parent | d563ba28291fa1f966353c5ef7e4c32680aa93e8 (diff) | |
parent | 84995f99a9528b84bd1666060c832ca673641a53 (diff) |
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ envlist = py26,py27,py32,py33,py34,pypy [testenv] -commands = pip install --use-mirrors -q -r tox-requirements.txt +commands = pip install -q -r tox-requirements.txt python test.py |