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 3d15326 commit 83f7693Copy full SHA for 83f7693
1 file changed
circle.yml
@@ -5,15 +5,12 @@ dependencies:
5
6
pre:
7
- mkdir -p .pip-cache
8
- - pyenv install -ks 2.6.8
9
- - pyenv rehash
10
- - pyenv shell 2.6.8
11
12
- - pip install --download-cache .pip-cache nose coverage tissue
13
14
- - pyenv local 2.6.8
15
16
+ - pyenv install -ks 2.6.8; python -v
+ - pyenv rehash; python -v
+ - pyenv shell 2.6.8; pyenv rehash; python -v
+ - pyenv local 2.6.8; pyenv rehash; python -v
+ #- pip install --download-cache .pip-cache nose coverage tissue
17
# - pip install --download-cache .pip-cache nose coverage tissue
18
# - pyenv install -ks 2.7
19
# - pyenv shell 2.7
0 commit comments