[python-dtcwt] 315/497: .travis.yml: explicitly install matplotlib and ipython
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 f2f44cffa744762d97a9c7c762974b7f9aa88e20
Author: Rich Wareham <rjw57 at cantab.net>
Date: Fri Jan 31 23:24:06 2014 +0000
.travis.yml: explicitly install matplotlib and ipython
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fbf7596..c66c02f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +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 --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy
+ - 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:
- 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