# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <hol...@merlinux.eu>
# Date 1275945804 -7200
# Node ID 97febc3fbe6ecf1a3c492030a06e9e690c5bf47b
# Parent  9b9583e84cfba77e3f48b86e1b69d89ab332d2fe
fix tox.ini

--- a/tox.ini
+++ b/tox.ini
@@ -1,21 +1,7 @@
-[project]
-distpaths=
-    py
-    setup.py
-    distribute_setup.py
-    README.txt
-    MANIFEST.in
-    LICENSE
-    doc
-    testing
-    conftest.py
-
-testpaths=
-    testing
-    conftest.py
-    
 [test]
-command=py.test --confcutdir=. --junitxml=junit-%(envname)s.xml testing/
+changedir=testing
+command=py.test -n3 --basetemp=%(envtmpdir)s --confcutdir=.. 
--junitxml=junit-%(envname)s.xml 
+deps=pytest-xdist
 [testenv:py24]
 python=python2.4
 [testenv:py25]
@@ -24,6 +10,6 @@ python=python2.5
 python=python2.6
 [testenv:jython]
 python=jython
-command=py.test-jython --confcutdir=. --junitxml=junit-%(envname)s.xml testing/
+command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. 
--junitxml=junit-%(envname)s.xml
 [testenv:py31]
 python=python3.1
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to