diff options
author | Chris McDonough <chrism@plope.com> | 2012-09-28 11:32:05 -0400 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2012-09-28 11:32:05 -0400 |
commit | d79a10ee4bd95e4b5524fca124bd6c8a700bc650 (patch) | |
tree | 487521237c19e304a69132a42d205074a5ab1c33 /tox.ini | |
parent | e18bbfde117c8449cf67f9a3f14dd00b3cd93cd2 (diff) | |
download | waitress-d79a10ee4bd95e4b5524fca124bd6c8a700bc650.tar.gz |
use new-style tox ini with setup.py dev
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,18 +4,14 @@ envlist = [testenv] commands = - python setup.py test -q - -[testenv:py32] -commands = + python setup.py dev python setup.py test -q [testenv:cover] basepython = python2.6 commands = + python setup.py dev python setup.py nosetests --with-xunit --with-xcoverage deps = - nose - coverage==3.4 nosexcover |