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 83f7693 commit e758b53Copy full SHA for e758b53
1 file changed
circle.yml
@@ -5,10 +5,10 @@ dependencies:
5
6
pre:
7
- mkdir -p .pip-cache
8
- - pyenv install -ks 2.6.8; python -v
9
- - pyenv rehash; python -v
10
- - pyenv shell 2.6.8; pyenv rehash; python -v
11
- - pyenv local 2.6.8; pyenv rehash; python -v
+ - pyenv install -ks 2.6.8; python -c 'print __import__("sys").version'
+ - pyenv rehash; python -c 'print __import__("sys").version'
+ - pyenv shell 2.6.8; pyenv rehash; python -c 'print __import__("sys").version'
+ - pyenv local 2.6.8; pyenv rehash; python -c 'print __import__("sys").version'
12
#- pip install --download-cache .pip-cache nose coverage tissue
13
14
# - pip install --download-cache .pip-cache nose coverage tissue
0 commit comments