Skip to content

Commit 60078a9

Browse files
committed
move install out of init to fix clone
1 parent 274ffd3 commit 60078a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.8.1 (2017-06-22)
5+
0.8.2 (2017-06-23)
66
------------------
77

88
* First release on PyPI.

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ environment:
6363
matrix:
6464
fast_finish: true
6565

66-
init:
67-
- "%PYTHON_DIR%\\python.exe -m pip install pip>=9.0.1 ruamel.yaml==0.14.12"
68-
- "%PYTHON_DIR%\\python.exe -m pip install -U urllib3[secure] scikit-ci==0.14.0"
66+
# init:
6967

7068
install:
7169
- ps: >-
@@ -79,6 +77,8 @@ install:
7977
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
8078
- rustc -Vv
8179
- cargo -V
80+
- "%PYTHON_DIR%\\python.exe -m pip install pip>=9.0.1 ruamel.yaml==0.14.12"
81+
- "%PYTHON_DIR%\\python.exe -m pip install -U urllib3[secure] scikit-ci==0.14.0"
8282
- "%PYTHON_DIR%\\python -m ci install"
8383

8484
build_script:

0 commit comments

Comments
 (0)