[py-svn] pytest-xdist commit b2582a5bd279: fox tox.ini file

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Nov 13 22:20:15 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1289683205 -3600
# Node ID b2582a5bd27955f9a993a98d21f555be95e6cbb3
# Parent  9c6fb2a805e1a602b1b3e863e7b79c07beefa74c
fox tox.ini file

--- a/tox.ini
+++ b/tox.ini
@@ -1,20 +1,19 @@
 [tox]
 envlist=py26,py31,py27,py25,py24
 indexserver=
-    default http://pypi.testrun.org
-    pypi http://pypi.python.org/simple
+    default = http://pypi.testrun.org
+    pypi = http://pypi.python.org/simple
 
 [testenv]
 
 changedir=testing
 deps=pytest
-commands= py.test -rsfxX \
-            --junitxml={envlogdir}/junit-{envname}.xml []
+commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
 
 [testenv:py26]
 deps=
     pytest
     pypi pexpect
 
-#[pytest]
-#addopts = -rf
+[pytest]
+addopts = -rsfxX



More information about the pytest-commit mailing list