[h5py] 17/38: Don't install pylint for 2.6/3.2

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 e2f1eac69af966c05267093bf9e1432bcda05ba9
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Sat May 30 14:32:06 2015 -0600

    Don't install pylint for 2.6/3.2
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b9bd746..b8b6052 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ install:
     - 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
+    - if [[ $TRAVIS_PYTHON_VERSION != "2.6" && $TRAVIS_PYTHON_VERSION != "3.2" ]]; then pip install pylint; fi
 
 script:
     - if [[ $TRAVIS_PYTHON_VERSION != "2.6" && $TRAVIS_PYTHON_VERSION != "3.2" ]]; then pylint h5py || true; fi

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