File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 0.8.1 (2017-06-22 )
5
+ 0.8.2 (2017-06-23 )
6
6
------------------
7
7
8
8
* First release on PyPI.
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ environment:
63
63
matrix :
64
64
fast_finish : true
65
65
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:
69
67
70
68
install :
71
69
- ps : >-
@@ -79,6 +77,8 @@ install:
79
77
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
80
78
- rustc -Vv
81
79
- 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"
82
82
- " %PYTHON_DIR%\\ python -m ci install"
83
83
84
84
build_script :
You can’t perform that action at this time.
0 commit comments