Created
October 25, 2015 23:14
-
-
Save erinzm/7da6c71937ba9f7e65d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install -e acme[testing] | |
nosetests -v acme --exclude "acme.standalone_test.*" | |
pip install -r requirements.txt -e .[testing] | |
nosetests -v letsencrypt --exclude "letsencrypt.plugins.standalone_test.*" | |
pip install -e letsencrypt-apache | |
nosetests -v letsencrypt_apache | |
pip install -e letsencrypt-nginx | |
nosetests -v letsencrypt_nginx | |
pip install -e letshelp-letsencrypt | |
nosetests -v letshelp_letsencrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment