diff options
author | agronholm <devnull@localhost> | 2010-11-05 03:02:24 +0200 |
---|---|---|
committer | agronholm <devnull@localhost> | 2010-11-05 03:02:24 +0200 |
commit | 91f384a9a1f73d0109306de62ff5c5a2a753aab5 (patch) | |
tree | 3cc8671168de4754cb44be3080d9884556ce733c | |
parent | 3633d609dd8ee0e2254bad1881d38c9d573836c3 (diff) | |
download | apscheduler-91f384a9a1f73d0109306de62ff5c5a2a753aab5.tar.gz |
Run the correct test command with py3k
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 [] |