File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,41 +3,41 @@ dependencies:
33 - .pip-cache
44 pre :
55 - mkdir -p .pip-cache
6- - pyenv install -f 2.6.8
7- - pyenv local 2.6.8
6+ - pyenv install -kf 2.6.8
7+ - pyenv shell 2.6.8
88 - pip install --download-cache .pip-cache nose coverage tissue
9- - pyenv install -f 2.7
10- - pyenv local 2.7
9+ - pyenv install -kf 2.7
10+ - pyenv shell 2.7
1111 - pip install --download-cache .pip-cache nose coverage tissue
12- - pyenv install -f 3.1.5
13- - pyenv local 3.1.5
12+ - pyenv install -kf 3.1.5
13+ - pyenv shell 3.1.5
1414 - pip install --download-cache .pip-cache nose coverage tissue
15- - pyenv install -f 3.2
16- - pyenv local 3.2
15+ - pyenv install -kf 3.2
16+ - pyenv shell 3.2
1717 - pip install --download-cache .pip-cache nose coverage tissue
18- - pyenv install -f 3.3.3
19- - pyenv local 3.3.3
18+ - pyenv install -kf 3.3.3
19+ - pyenv shell 3.3.3
2020 - pip install --download-cache .pip-cache nose coverage tissue
21- - pyenv install -f 3.4.1
22- - pyenv local 3.4.1
21+ - pyenv install -kf 3.4.1
22+ - pyenv shell 3.4.1
2323 - pip install --download-cache .pip-cache nose coverage tissue
24- - pyenv install -f pypy-2.2.1
25- - pyenv local pypy-2.2.1
24+ - pyenv install -kf pypy-2.2.1
25+ - pyenv shell pypy-2.2.1
2626 - pip install --download-cache .pip-cache nose coverage tissue
2727
2828test :
2929 override :
30- - pyenv local 2.6.8
30+ - pyenv shell 2.6.8
3131 - nosetests
32- - pyenv local 2.7
32+ - pyenv shell 2.7
3333 - nosetests
34- - pyenv local 3.1.5
34+ - pyenv shell 3.1.5
3535 - nosetests
36- - pyenv local 3.2
36+ - pyenv shell 3.2
3737 - nosetests
38- - pyenv local 3.3.3
38+ - pyenv shell 3.3.3
3939 - nosetests
40- - pyenv local 3.4.1
40+ - pyenv shell 3.4.1
4141 - nosetests
42- - pyenv local pypy-2.2.1
42+ - pyenv shell pypy-2.2.1
4343 - nosetests
You can’t perform that action at this time.
0 commit comments