diff options
author | holger krekel <holger@merlinux.eu> | 2010-10-15 00:30:22 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2010-10-15 00:30:22 +0200 |
commit | 52031c78e01be7d28169e1287c59765297e30f1e (patch) | |
tree | 0928e41db2cd009bb8d8ae18925bd97dd801c825 /tox.ini | |
parent | 190805a2f5e119c1d98f99ef7cbb1f8307f8f2b3 (diff) | |
download | tox-52031c78e01be7d28169e1287c59765297e30f1e.tar.gz |
add ability to specify index server
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |