summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2010-10-10 00:58:04 +0300
committeragronholm <devnull@localhost>2010-10-10 00:58:04 +0300
commitec5253d6ef4af2e7aa654344ab69578cb2d583fc (patch)
treeca55f0a60e5700e6d0b1aa677b760cb5eaaf36a0 /tox.ini
parentcf8a7880e00279c94c2afb6472b29e975495736a (diff)
downloadapscheduler-ec5253d6ef4af2e7aa654344ab69578cb2d583fc.tar.gz
Python 2.7's multiprocessing module is having trouble on Ubuntu Maverick, so disabled nose multiprocessing on py27 for now
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2eb6cb0..fdd12e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,9 @@ deps=nose
sqlalchemy
multiprocessing
+[testenv:py27]
+commands=nosetests -c nose.cfg []
+
[testenv:py31]
deps=http://bitbucket.org/caseman/nose3-caseman-fix/get/7c9181ad403d.bz2
sqlalchemy