Skip to content

Instantly share code, notes, and snippets.

@lucamelis
Last active January 7, 2016 12:27
Show Gist options
  • Save lucamelis/b3763e507029eec05462 to your computer and use it in GitHub Desktop.
Save lucamelis/b3763e507029eec05462 to your computer and use it in GitHub Desktop.
#!/bin/bash
virtualenv pet-env
source pet-env/bin/activate.csh
pip install petlib
python -c "import petlib; petlib.run_tests()"
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment