From fd4528baa39452aa38357cc87a2476646fd63e85 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 16 Oct 2015 22:04:18 +0000 Subject: [PATCH] tox: pip install -e --- tox.ini | 4 ++-- 1 file 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 =