Skip to content

Commit

Permalink
tox: pip install -e
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Oct 16, 2015
1 parent 2f3b625 commit fd4528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit fd4528b

Please sign in to comment.