Skip to content

Commit

Permalink
Use coverage and coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Feb 12, 2014
1 parent 6493132 commit dfd223d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ env:
install:
- pip install $DJANGO
- pip install mock==1.0.1
- pip install coverage==3.7.1
- pip install coveralls==0.4.1
script:
- python tests.py
- coverage run --source=django_test_mixins.py tests.py
after_success:
coveralls

0 comments on commit dfd223d

Please sign in to comment.