Skip to content

Commit

Permalink
added coveralls to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed May 29, 2015
1 parent 393d655 commit 53639f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,9 @@ language: python

install:
- pip install -q -r requirements.txt --use-mirrors
- pip install coveralls

script: python manage.py test
script: coverage run --source=webchat manage.py test

after_success:
coveralls

0 comments on commit 53639f5

Please sign in to comment.