summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-12-19 14:26:53 +0000
committerholger krekel <holger@merlinux.eu>2011-12-19 14:26:53 +0000
commit02e32564c8f8c0fb0fa2610c1d41291ad302c72c (patch)
tree7d7c522214a85ec5f53b5ace831edd2510df68bd /tox.ini
parent714f9e014c37b449e082d108a8038d4e37216f10 (diff)
downloadtox-02e32564c8f8c0fb0fa2610c1d41291ad302c72c.tar.gz
use newest testrun pytest
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index beec911..d98bfe5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ commands=echo {posargs}
[testenv]
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml []
-deps=pytest
+deps=:testrun:pytest
[testenv:py27-xdist]
commands=py.test -n5 --junitxml={envlogdir}/junit-{envname}.xml []