diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-29 14:38:58 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-29 14:38:58 -0800 |
commit | c636b273daf657eb05041ce2528959910e7db162 (patch) | |
tree | ca4ce0e03286b5d6c9fbcac8d9db6d4e2d5bf1ef /tox.ini | |
parent | 473a9cdf5b22c8bbc4d4e95d419c8bd153f05e21 (diff) | |
parent | b8d1724f5714c27ad02ae013e87f5531aec041ea (diff) |
Merge branch '1.10' into 1.11
Conflicts:
dev-requirements.txt
tox.ini
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 |