[python-dtcwt] 310/497: travis: add wheel support

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:19 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 1a08530c7631429b017b1ec2e14fa856feb7dd4e
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Fri Jan 31 16:30:45 2014 +0000

    travis: add wheel support
    
    Add wheel support for pip which should speed up installing packages with
    lengthy compiles such as numpy.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e79f688..b73c418 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,9 @@ env:
     - PIP_SPECIFIER=.[docs]
     - PIP_SPECIFIER=.[opencl,docs]
 install:
-    - pip install numpy
-    - pip install coveralls
-    - pip install -e $PIP_SPECIFIER
+    - 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
 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