[h5py] 15/38: First attempt at pylint/travis
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 7eedf71c94c58155ef4a1045ff6c5258f4b024ae
Author: Andrew Collette <andrew.collette at gmail.com>
Date: Sat May 30 14:07:19 2015 -0600
First attempt at pylint/travis
---
.travis.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index f5d6d1c..1323a4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,11 @@ before_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
+
install:
- python setup.py build -f
-script: "python setup.py test"
+script:
+ - pylint h5py || true
+ - 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