[h5py] 16/38: Tweak travis file
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:21:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository h5py.
commit 78d30928ff2eb7caf74c369c6eb669a42ce9a45d
Author: Andrew Collette <andrew.collette at gmail.com>
Date: Sat May 30 14:23:48 2015 -0600
Tweak travis file
---
.travis.yml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1323a4b..b9bd746 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,17 +10,15 @@ python:
- "3.3"
- "3.4"
-before_install:
+install:
- sudo apt-get update -qq
- sudo apt-get install -qq libhdf5-serial-dev
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install unittest2; fi
- pip install numpy
- pip install --install-option="--no-cython-compile" cython
- pip install pylint
-
-install:
- - python setup.py build -f
script:
- - pylint h5py || true
+ - if [[ $TRAVIS_PYTHON_VERSION != "2.6" && $TRAVIS_PYTHON_VERSION != "3.2" ]]; then pylint h5py || true; fi
+ - python setup.py build -f
- python setup.py test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list