summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-10-15 00:30:22 +0200
committerholger krekel <holger@merlinux.eu>2010-10-15 00:30:22 +0200
commit52031c78e01be7d28169e1287c59765297e30f1e (patch)
tree0928e41db2cd009bb8d8ae18925bd97dd801c825 /tox.ini
parent190805a2f5e119c1d98f99ef7cbb1f8307f8f2b3 (diff)
downloadtox-52031c78e01be7d28169e1287c59765297e30f1e.tar.gz
add ability to specify index server
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 253298e..92cb703 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,11 +5,11 @@ envlist=py27,py26,py25,py24,py31,docs
sdistsrc={distshare}/tox-*
[testenv]
+indexserver=http://pypi.testrun.org
changedir=tests
commands=
py.test --junitxml={envlogdir}/junit-{envname}.xml []
-deps=
- {distshare}/py-*
+deps=pylib
[testenv:docs]
basepython=python