aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-09 04:00:53 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-09 04:00:53 +0200
commit93a04bf1de5778857b89efe1d3d8fa93b0085a0d (patch)
tree3e1182c504c71b80533da6ef8541c82a54a3eaf5 /.travis.yml
parentUse assertRegexpMatches (diff)
downloadidentity.gentoo.org-93a04bf1de5778857b89efe1d3d8fa93b0085a0d.tar.gz
identity.gentoo.org-93a04bf1de5778857b89efe1d3d8fa93b0085a0d.tar.bz2
identity.gentoo.org-93a04bf1de5778857b89efe1d3d8fa93b0085a0d.zip
Add coverage and coveralls.io support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a80176c..f9dc3e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,13 @@ env:
- DJANGO_VERSION=1.5
install:
- pip install -r requirements.txt --use-mirrors
+ - pip install coveralls --use-mirrors
branches:
only:
- master
-script: python manage.py test --settings=okupy.tests.settings tests
+script: coverage run python manage.py test --settings=okupy.tests.settings tests
+after_success:
+ - coveralls
notifications:
email:
recipients: