Comment on fixed setuptools version

This commit is contained in:
Valentin Valls 2016-09-20 15:03:13 +02:00 committed by GitHub
parent 18e7af1b6d
commit 1a10200fa9
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ build_script:
- "pip install --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ numpy cython --upgrade"
- "pip install --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ pyparsing scipy --upgrade"
- "pip install --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ -r ci/requirements_appveyor.txt --upgrade"
# Force setuptools version to 27.1.2 while this issue is not patched
# See https://github.com/pypa/setuptools/issues/790
# Without it, appveyor on Python 3.5 fail
- "pip install --upgrade setuptools==27.1.2"
# Print Python info