Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created July 25, 2016 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/111d960ed7b84f947c7ee2cb74d70a39 to your computer and use it in GitHub Desktop.
Save harlowja/111d960ed7b84f947c7ee2cb74d70a39 to your computer and use it in GitHub Desktop.
builders:
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
virtualenv .venv
source .venv/bin/activate
pip install pip setuptools --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment