summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-08-15 13:00:38 +0200
committerholger krekel <holger@merlinux.eu>2013-08-15 13:00:38 +0200
commitb4a36312b945623667a8c156e8f8b0ef7561edf2 (patch)
tree54018b20155b871c32f8a6362358035352fb855d /tox.ini
parent4b82018b3ed3008a5a00787ece4697fc5ab477fa (diff)
downloadtox-b4a36312b945623667a8c156e8f8b0ef7561edf2.tar.gz
refine python2.5 and install_command behaviour and documentation. also show i in "--showconfig"
and rename internally from "install_command_argv" to install_command for consistency. also deprecate downloadcache, distribute settings.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f3bf38d..1b9417c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,10 +8,6 @@ commands=echo {posargs}
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
deps=pytest>=2.3.5
-[testenv:py25] # requires virtualenv-1.9.1
-setenvs =
- PIP_INSECURE=True
-
[testenv:docs]
basepython=python
changedir=doc