summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-25 16:48:21 +0100
committerholger krekel <holger@merlinux.eu>2010-11-25 16:48:21 +0100
commitd8dbd86f897cb89a4572a62e10674f17852620df (patch)
treea3fcd69aeba9c5ecc97724c7e9371cc5270d1aa2 /tox.ini
parent1be7f3973eef2470302423a95bbd8ed8b8264778 (diff)
downloadtox-d8dbd86f897cb89a4572a62e10674f17852620df.tar.gz
release preps
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index efbfd73..c9322d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
[tox]
envlist=py27,py26,py25,py24,py31,docs
indexserver =
- default = http://pypi.testrun.org
+ testrun = http://pypi.testrun.org
pypi = http://pypi.python.org/simple
[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 []