Skip to content

Commit

Permalink
coveralls for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 7, 2014
1 parent fad213a commit 8af894d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install -U coverage coveralls $DJANGO
- python -c 'from __future__ import print_function; import django; print("Django %s" % django.get_version())'

script: sitetree/runtests.py
script: coverage run -a sitetree/runtests.py

matrix:

Expand All @@ -32,3 +32,6 @@ matrix:
include:
- python: 3.4
env: DJANGO="Django>=1.7,<1.8"

after_success:
coveralls

0 comments on commit 8af894d

Please sign in to comment.