[python-dtcwt] 252/497: travis: add support for coveralls.io
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:11 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 ff403587d233adb3457079a02fc4966709970aec
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Wed Jan 29 16:04:40 2014 +0000
travis: add support for coveralls.io
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index dc680c1..e79f688 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,12 @@ env:
- PIP_SPECIFIER=.[opencl,docs]
install:
- pip install numpy
+ - pip install coveralls
- pip install -e $PIP_SPECIFIER
script:
- python setup.py nosetests
- python scripts/benchmark_opencl.py
- python setup.py build_sphinx
+after_success:
+ - coveralls
--
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