mirror of https://github.com/silx-kit/pyFAI.git
related to #348
This commit is contained in:
parent
1a0fe5f160
commit
f29a83c921
|
@ -41,6 +41,7 @@ install:
|
|||
- "pip install --upgrade pip"
|
||||
- "pip install cython --trusted-host www.edna-site.org --find-links http://www.edna-site.org/pub/wheelhouse"
|
||||
- "pip install --upgrade numpy --trusted-host www.edna-site.org --find-links http://www.edna-site.org/pub/wheelhouse"
|
||||
- "pip install --upgrade h5py --trusted-host www.edna-site.org --find-links http://www.edna-site.org/pub/wheelhouse" --no-index #remove after h5py 2.6
|
||||
- "pip install --upgrade --trusted-host www.edna-site.org -r ci/requirements_travis.txt"
|
||||
- "python ci/info_platform.py"
|
||||
- "python setup.py build"
|
||||
|
|
Loading…
Reference in New Issue