]> jfr.im git - z_archive/twitter.git/blobdiff - .travis.yml
Add coverage to tests
[z_archive/twitter.git] / .travis.yml
index 1a263441025a007310947b7cec76051804aa1dc1..e36591b1ccec91c6b5ce26a2bde19bdf23972e64 100644 (file)
@@ -8,10 +8,13 @@ python:
 - "3.4"
 - "pypy"
 
+install:
+  - pip install coveralls
 
-script: nosetests
+script: nosetests --with-coverage --cover-package=twitter
 
 after_success:
+  - coveralls
   - pip install pep8 pyflakes
   - pep8 twitter/*.py
   - pyflakes twitter/*.py