Browse Source

Add coveralls

Denis K 9 years ago
parent
commit
e5d508fd3f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -18,8 +18,12 @@ install:
   - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install importlib; fi
   - pip install -q Django==$DJANGO --use-mirrors
   - pip install . --use-mirrors
+  - pip install coveralls
 script:
-  - python manage.py test jet
+  - coverage run manage.py test jet
+after_success:
+  coverage report
+  coveralls
 matrix:
   exclude:
     - python: 2.6