mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Shared tox envdir
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@
|
||||
# test docker on their git working directories.
|
||||
|
||||
.git
|
||||
.tox
|
||||
tox.cover
|
||||
venv
|
||||
docs
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
build/
|
||||
dist/
|
||||
/venv/
|
||||
/.tox/
|
||||
/tox.venv/
|
||||
letsencrypt.log
|
||||
|
||||
# coverage
|
||||
|
||||
@@ -9,6 +9,10 @@ skipsdist = true
|
||||
envlist = py26,py27,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
|
||||
|
||||
Reference in New Issue
Block a user