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-10-17 01:04:18 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-17 01:04:18 +0300
commitfd4528baa39452aa38357cc87a2476646fd63e85 (patch)
tree5bcdd3ed4040b4d37ab68a68bf7bf6a8bfc7a7f9 /tox.ini
parent2f3b6251c70beacbe4bc72fb64a3fbfcebe64f7e (diff)
tox: pip install -e
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 0bd085975..4818a7998 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,9 +17,9 @@ commands =
nosetests -v acme
pip install -r requirements.txt -e .[testing]
nosetests -v letsencrypt
- pip install letsencrypt-apache
+ pip install -e letsencrypt-apache
nosetests -v letsencrypt_apache
- pip install letsencrypt-nginx
+ pip install -e letsencrypt-nginx
nosetests -v letsencrypt_nginx
setenv =