File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies :
22 cache_directories :
33 - .pip-cache
4+ - .pyenv
5+
46 pre :
57 - mkdir -p .pip-cache
6- - pyenv install -kf 2.6.8
8+ - pyenv install -ks 2.6.8
79 - pyenv shell 2.6.8
810 - pip install --download-cache .pip-cache nose coverage tissue
9- - pyenv install -kf 2.7
11+ - pyenv install -ks 2.7
1012 - pyenv shell 2.7
1113 - pip install --download-cache .pip-cache nose coverage tissue
12- - pyenv install -kf 3.1.5
14+ - pyenv install -ks 3.1.5
1315 - pyenv shell 3.1.5
1416 - pip install --download-cache .pip-cache nose coverage tissue
15- - pyenv install -kf 3.2
17+ - pyenv install -ks 3.2
1618 - pyenv shell 3.2
1719 - pip install --download-cache .pip-cache nose coverage tissue
18- - pyenv install -kf 3.3.3
20+ - pyenv install -ks 3.3.3
1921 - pyenv shell 3.3.3
2022 - pip install --download-cache .pip-cache nose coverage tissue
21- - pyenv install -kf 3.4.1
23+ - pyenv install -ks 3.4.1
2224 - pyenv shell 3.4.1
2325 - pip install --download-cache .pip-cache nose coverage tissue
24- - pyenv install -kf pypy-2.2.1
26+ - pyenv install -ks pypy-2.2.1
2527 - pyenv shell pypy-2.2.1
2628 - pip install --download-cache .pip-cache nose coverage tissue
2729
You can’t perform that action at this time.
0 commit comments