[Python-checkins] distutils2: using nostest

tarek.ziade python-checkins at python.org
Sun Sep 19 13:49:33 CEST 2010


tarek.ziade pushed 92d55398d441 to distutils2:

http://hg.python.org/distutils2/rev/92d55398d441
changeset:   681:92d55398d441
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Sun Sep 19 13:49:23 2010 +0200
summary:     using nostest
files:       tox.ini

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -8,9 +8,10 @@
 
 [testenv]
 commands=
-    python -Wd runtests.py 
+    nosetests --with-xunit distutils2/tests
 deps=
     unittest2
+    nose
 
 [testenv:py26-s]
 distribute=False
@@ -18,12 +19,11 @@
 [testenv:py27]
 basepython=python2.7
 commands=
-    python -Wd -bb -3 runtests.py
+    nosetests --with-xunit distutils2/tests
 
 [testenv:py24]
 basepython=python2.4
 commands=
     rm -f distutils2/_backport/_hashlib.so
     python setup.py build_ext -f
-    python -Wd runtests.py
-
+    nosetests --with-xunit distutils2/tests

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list