[python-dtcwt] 316/497: .travis.yml: do not use wheel when installing dtcwt

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 bde0f3b14eba4b7f3f50d92a3449af27aa8019b1
Author: Rich Wareham <rjw57 at cantab.net>
Date:   Fri Jan 31 23:45:31 2014 +0000

    .travis.yml: do not use wheel when installing dtcwt
    
    The pytools brought in as a wheel from pyopencl appears to be broken in Py3. Work around it by explicitly installing it without using wheel.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c66c02f..2ea9249 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ env:
     - PIP_SPECIFIER=.[opencl,docs]
 install:
     - pip install --upgrade pip setuptools  # Upgrade pip and setuptools to get ones with `wheel` support
+    - pip install --no-use-wheel pytools # Work around broken pytools wheel on Py3
     - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy matplotlib ipython
     - pip install -e $PIP_SPECIFIER
 script:

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