Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-07-12 18:04:01 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-12 18:04:01 +0300
commit7bc1cd4454080ca7bf2e656b9ed6276068d65d84 (patch)
treeba1b708a36421b60af1087a93f502630bf9b5dff /tox.ini
parent12720a225210afe73f301c2112f0a7ddcdc41bcb (diff)
Remove shared tox venv
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 7d5027bf8..9d5ccf49c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,10 +9,6 @@ skipsdist = true
envlist = py26,py27,py34,cover,lint
[testenv]
-# share one venv across testenvs, instead of multiple
-# .tox/{py26,py27,cover,lint}; but do NOT set envdir to
-# {toxinidir}/venv as it will destroy existing dev venv
-envdir = {toxinidir}/tox.venv
commands =
pip install -r requirements.txt -e acme -e .[testing] -e letsencrypt-apache -e letsencrypt-nginx
# -q does not suppress errors
@@ -27,7 +23,6 @@ setenv =
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
[testenv:py34]
-envdir = {toxinidir}/tox.venv3
commands =
pip install -e acme[testing]
nosetests acme/acme