mirror of https://github.com/silx-kit/pyFAI.git
Comment on fixed setuptools version
This commit is contained in:
parent
18e7af1b6d
commit
1a10200fa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue