[h5py] 34/38: Mark travis build as failed if pylint fails

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:21:40 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 495878a6ef330dcadad5d60c33a948a1bfa71603
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Sat May 30 19:14:45 2015 -0600

    Mark travis build as failed if pylint fails
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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