Skip to content

Commit 821c40b

Browse files
committed
1 parent be35144 commit 821c40b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.3 (2017-06-24)
5+
0.8.4 (2017-06-24)
66
------------------
77

88
* First release on PyPI.

appveyor.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,17 @@ install:
7777
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
7878
- rustc -Vv
7979
- cargo -V
80-
- "%PYTHON_DIR%\\python.exe -m pip install -U pip>=9.0.1 wheel"
81-
- "%PYTHON_DIR%\\python.exe -m pip install ruamel.yaml==0.14.12 --no-binary :all:"
80+
- "%PYTHON_DIR%\\python.exe -m pip install -U pip>=9.0.1"
81+
# without updating wheel and setuptools, ruamel.yaml will fail on python 3.4
82+
- "%PYTHON_DIR%\\python.exe -m pip install -U wheel setuptools"
8283
- "%PYTHON_DIR%\\python.exe -m pip install -U urllib3[secure] scikit-ci==0.14.0"
83-
- "%PYTHON_DIR%\\python -m ci install"
84+
- "%PYTHON_DIR%\\python.exe -m ci install"
8485

8586
build_script:
86-
- "%PYTHON_DIR%\\python -m ci build"
87+
- "%PYTHON_DIR%\\python.exe -m ci build"
8788

8889
test_script:
89-
- "%PYTHON_DIR%\\python -m ci test"
90+
- "%PYTHON_DIR%\\python.exe -m ci test"
9091
- ps: >-
9192
Get-ChildItem .\dist\
9293

0 commit comments

Comments
 (0)