Skip to content

Commit

Permalink
Make travis generate coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Apr 12, 2013
1 parent df865df commit 35f2341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
source = stores
omit = *migrations*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- "pip install -r requirements.txt"
- "python setup.py develop"
script:
- ./runtests.py
- coverage run ./runtests.py

0 comments on commit 35f2341

Please sign in to comment.