File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5- 0.8.1 (2017-06-22 )
5+ 0.8.2 (2017-06-23 )
66------------------
77
88* First release on PyPI.
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ environment:
6363matrix :
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
7068install :
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
8484build_script :
You can’t perform that action at this time.
0 commit comments