This commit is contained in:
Jerome Kieffer 2016-07-08 08:48:38 +02:00
parent 1a0fe5f160
commit f29a83c921
1 changed files with 1 additions and 0 deletions

View File

@ -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"