diff options
| author | John Anderson <sontek@gmail.com> | 2015-02-07 10:48:10 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-02-07 10:48:10 -0800 |
| commit | 50921e94c539318cb9e1789a2f9363352a820542 (patch) | |
| tree | 77430b23c95c50f79fb47e258528cec102de3e66 /tox.ini | |
| parent | e094ab229eed6f8bf9e7a6a4d4406faefece41e4 (diff) | |
| parent | b17fa8b19da6e8272515588abbd2299f03bc2942 (diff) | |
| download | pyramid-50921e94c539318cb9e1789a2f9363352a820542.tar.gz pyramid-50921e94c539318cb9e1789a2f9363352a820542.tar.bz2 pyramid-50921e94c539318cb9e1789a2f9363352a820542.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into catch_bad_request_method_name
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,15 +4,15 @@ envlist = [testenv] commands = - python setup.py dev - python setup.py test -q + python setup.py -q dev + python setup.py -q test -q [testenv:cover] basepython = python2.6 commands = - python setup.py dev - python setup.py nosetests --with-xunit --with-xcoverage + python setup.py -q dev + nosetests --with-xunit --with-xcoverage deps = nosexcover |
