mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
tox: pip install -e
This commit is contained in:
parent
2f3b6251c7
commit
fd4528baa3
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue