summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-10-20 20:47:44 +0200
committerholger krekel <holger@merlinux.eu>2010-10-20 20:47:44 +0200
commitf9ec501e5c5f4f67978d69430792ac2b9dabc2e0 (patch)
treeb64beb60cda076d1d13f545df86fed7c352c9a8a /tox.ini
parente3516c1621a08a6d31ab922c4bcbeb74463b455e (diff)
downloadtox-f9ec501e5c5f4f67978d69430792ac2b9dabc2e0.tar.gz
use pypi.testrun.org development versions if USETOXDEV is set, modify tox.ini to use testrun.org by default
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8b36526..cbbd0ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,11 @@
[tox]
envlist=py27,py26,py25,py24,py31,docs
indexserver=
- dev http://pypi.testrun.org
+ default http://pypi.testrun.org
[testenv]
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml []
-deps=
- dev pytest
+deps=pytest
[testenv:docs]
basepython=python