Skip to content

Commit fd557dd

Browse files
committed
testing circle ci
1 parent f3a37a7 commit fd557dd

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

circle.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
dependencies:
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

0 commit comments

Comments
 (0)