Skip to content

Instantly share code, notes, and snippets.

@erinzm
Created October 25, 2015 23:14
Show Gist options
  • Save erinzm/7da6c71937ba9f7e65d0 to your computer and use it in GitHub Desktop.
Save erinzm/7da6c71937ba9f7e65d0 to your computer and use it in GitHub Desktop.
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