[python-dtcwt] 405/497: travis: hopefully make the wheel download a little more reliable
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:33 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 98b5539b8df4c1bec477478d325c7c3476bc0f6d
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Mon Feb 10 19:29:38 2014 +0000
travis: hopefully make the wheel download a little more reliable
http://wheels.astropy.org/ appears to timeout quite a bit on the
Travis-CI jobs. Hopefully wheels2 is better.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e1f5ab4..35ecd6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ 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 --no-use-wheel coveralls # For updating coverage info
- - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy matplotlib ipython
+ - pip install --find-links http://wheels2.astropy.org/ --use-wheel numpy matplotlib ipython
- pip install -e $PIP_SPECIFIER
script:
- python setup.py nosetests
--
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