Skip to content

Commit

Permalink
Install coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed May 1, 2014
1 parent 5694839 commit b8690a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ env:
install:
- psql -c 'CREATE DATABASE user_management' -U postgres;
- pip install -r test_requirements.txt
- pip install $DJANGO
- pip install $DJANGO coveralls
after_success:
coveralls

0 comments on commit b8690a4

Please sign in to comment.