@@ -8,40 +8,46 @@ dependencies:
88 - pyenv install -ks 2.6.8
99 - pyenv rehash
1010 - pyenv shell 2.6.8
11- - pip install --download-cache .pip-cache nose coverage tissue
12- - pyenv install -ks 2.7
13- - pyenv shell 2.7
1411 - pyenv rehash
1512 - pip install --download-cache .pip-cache nose coverage tissue
16- - pyenv install -ks 3.1.5
17- - pyenv shell 3.1.5
18- - pip install --download-cache .pip-cache nose coverage tissue
19- - pyenv install -ks 3.2
20- - pyenv shell 3.2
21- - pip install --download-cache .pip-cache nose coverage tissue
22- - pyenv install -ks 3.3.3
23- - pyenv shell 3.3.3
24- - pip install --download-cache .pip-cache nose coverage tissue
25- - pyenv install -ks 3.4.1
26- - pyenv shell 3.4.1
27- - pip install --download-cache .pip-cache nose coverage tissue
28- - pyenv install -ks pypy-2.2.1
29- - pyenv shell pypy-2.2.1
13+ - pyenv rehash
14+ - pyenv local 2.6.8
15+ - pyenv rehash
3016 - 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
20+ # - pyenv rehash
21+ # - pip install --download-cache .pip-cache nose coverage tissue
22+ # - pyenv install -ks 3.1.5
23+ # - pyenv shell 3.1.5
24+ # - pip install --download-cache .pip-cache nose coverage tissue
25+ # - pyenv install -ks 3.2
26+ # - pyenv shell 3.2
27+ # - pip install --download-cache .pip-cache nose coverage tissue
28+ # - pyenv install -ks 3.3.3
29+ # - pyenv shell 3.3.3
30+ # - pip install --download-cache .pip-cache nose coverage tissue
31+ # - pyenv install -ks 3.4.1
32+ # - pyenv shell 3.4.1
33+ # - pip install --download-cache .pip-cache nose coverage tissue
34+ # - pyenv install -ks pypy-2.2.1
35+ # - pyenv shell pypy-2.2.1
36+ # - pip install --download-cache .pip-cache nose coverage tissue
3137
3238test :
3339 override :
3440 - pyenv shell 2.6.8
3541 - nosetests
36- - pyenv shell 2.7
37- - nosetests
38- - pyenv shell 3.1.5
39- - nosetests
40- - pyenv shell 3.2
41- - nosetests
42- - pyenv shell 3.3.3
43- - nosetests
44- - pyenv shell 3.4.1
45- - nosetests
46- - pyenv shell pypy-2.2.1
47- - nosetests
42+ # - pyenv shell 2.7
43+ # - nosetests
44+ # - pyenv shell 3.1.5
45+ # - nosetests
46+ # - pyenv shell 3.2
47+ # - nosetests
48+ # - pyenv shell 3.3.3
49+ # - nosetests
50+ # - pyenv shell 3.4.1
51+ # - nosetests
52+ # - pyenv shell pypy-2.2.1
53+ # - nosetests
0 commit comments