[python-dtcwt] 314/497: .travis.yml: only use wheels for numpy
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit db4b4bae618e956d6a3b43bab6a08c46c3edffa3
Author: Rich Wareham <rjw57 at cantab.net>
Date: Fri Jan 31 23:11:51 2014 +0000
.travis.yml: only use wheels for numpy
Don't try to use wheel for PyOpenCL, etc. because the build becomes too brittle.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b73c418..fbf7596 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,8 @@ env:
- PIP_SPECIFIER=.[opencl,docs]
install:
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
- - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel --use-mirrors numpy coveralls
- - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel --use-mirrors -e $PIP_SPECIFIER
+ - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy
+ - pip install -e $PIP_SPECIFIER
script:
- python setup.py nosetests
- python scripts/benchmark_opencl.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list