summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-28 11:32:05 -0400
committerChris McDonough <chrism@plope.com>2012-09-28 11:32:05 -0400
commitd79a10ee4bd95e4b5524fca124bd6c8a700bc650 (patch)
tree487521237c19e304a69132a42d205074a5ab1c33 /tox.ini
parente18bbfde117c8449cf67f9a3f14dd00b3cd93cd2 (diff)
downloadwaitress-d79a10ee4bd95e4b5524fca124bd6c8a700bc650.tar.gz
use new-style tox ini with setup.py dev
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 28100a9..98efd6c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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