]> Devi Nivas Git - chevron.git/commitdiff
Add coverage reports
authorNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 03:01:30 +0000 (23:01 -0400)
committerNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 03:01:30 +0000 (23:01 -0400)
.travis.yml

index a7804cabfc8d85bd7cb166526279121ffaf0ad2b..1cbd5642c0fe2f94248cf87888737b408f0dda2c 100644 (file)
@@ -18,7 +18,10 @@ install:
   - pip install coveralls
   - pip install tox-travis
 
-script: tox
+script:
+  - tox
+  - coverage run --source=chevron ./test_spec.py
+  - coverage report -m
 
 after_success:
   - coveralls