]> git.parisson.com Git - telemeta.git/commitdiff
Travis: Add coverage support
authorThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 15:58:46 +0000 (16:58 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 15:58:46 +0000 (16:58 +0100)
.travis.yml

index 0cbbe1f8f0584545453004b99a42ea75b520f243..52841a172392c40dc6a8be5a944a78af16c1bbde 100644 (file)
@@ -25,4 +25,8 @@ install:
 before_script:
 - pip install -U pytest-cov pytest-django
 script:
- - python setup.py test
+ - python setup.py test -a "--cov telemeta"
+
+after_success:
+ - pip install coveralls
+ - coveralls