We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4c244 commit eff3e2dCopy full SHA for eff3e2d
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-0.8.2 (2017-06-23)
+0.8.3 (2017-06-24)
6
------------------
7
8
* First release on PyPI.
appveyor.yml
@@ -77,7 +77,8 @@ install:
77
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
78
- rustc -Vv
79
- cargo -V
80
- - "%PYTHON_DIR%\\python.exe -m pip install pip>=9.0.1 ruamel.yaml==0.14.12"
+ - "%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:"
82
- "%PYTHON_DIR%\\python.exe -m pip install -U urllib3[secure] scikit-ci==0.14.0"
83
- "%PYTHON_DIR%\\python -m ci install"
84
0 commit comments