We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e758b53 commit 86fb626Copy full SHA for 86fb626
1 file changed
circle.yml
@@ -8,6 +8,7 @@ dependencies:
8
- pyenv install -ks 2.6.8; python -c 'print __import__("sys").version'
9
- pyenv rehash; python -c 'print __import__("sys").version'
10
- pyenv shell 2.6.8; pyenv rehash; python -c 'print __import__("sys").version'
11
+ - pyenv global 2.6.8; pyenv rehash; python -c 'print __import__("sys").version'
12
- pyenv local 2.6.8; pyenv rehash; python -c 'print __import__("sys").version'
13
#- pip install --download-cache .pip-cache nose coverage tissue
14
0 commit comments