Skip to content

Instantly share code, notes, and snippets.

@xcambar
Created July 29, 2015 14:35
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 xcambar/490f8b45c13ad8bcd42e to your computer and use it in GitHub Desktop.
Save xcambar/490f8b45c13ad8bcd42e to your computer and use it in GitHub Desktop.
Many Python versions in CircleCI
dependencies:
pre:
- ln -s ~/.pyenv/versions/3.3.2/bin/python3.3 $VIRTUAL_ENV/bin
- ln -s ~/.pyenv/versions/3.4.1/bin/python3.4 $VIRTUAL_ENV/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment