[py-svn] py-trunk commit a9c19a9339a4: actually run only "testing" tests

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 1 19:46:35 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278006382 -7200
# Node ID a9c19a9339a41dab92771791205a80452b424da9
# Parent  168b6423a6a5692fffe2cfe95ef771157fb1fa22
actually run only "testing" tests

--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ python=python3.1
 #[testenv:pypy]
 #python=pypy-c
 [testenv:jython]
+changedir=testing
 python=jython
 argv=jython
     {envtmpdir}/../bin/py.test



More information about the pytest-commit mailing list