summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2010-11-05 03:02:24 +0200
committeragronholm <devnull@localhost>2010-11-05 03:02:24 +0200
commit91f384a9a1f73d0109306de62ff5c5a2a753aab5 (patch)
tree3cc8671168de4754cb44be3080d9884556ce733c
parent3633d609dd8ee0e2254bad1881d38c9d573836c3 (diff)
downloadapscheduler-91f384a9a1f73d0109306de62ff5c5a2a753aab5.tar.gz
Run the correct test command with py3k
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fdd12e0..c92ef24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,7 @@ commands=nosetests -c nose.cfg []
[testenv:py31]
deps=http://bitbucket.org/caseman/nose3-caseman-fix/get/7c9181ad403d.bz2
sqlalchemy
+commands=nosetests3 -c nose.cfg --processes=4 []
[testenv:jython]
commands=nosetests -c nose.cfg []