Skip to content

Commit

Permalink
Switch to python-coveralls and make some NOIZE!
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpayton committed Jan 25, 2014
1 parent 1fff3fc commit 7227103
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ python:
- "2.7"

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

script: py.test tests/ --cov django_flanker --cov-report term --cov-report xml
script:
- py.test tests/ --cov django_flanker --cov-report term-missing

after_success:
coveralls
- coveralls

0 comments on commit 7227103

Please sign in to comment.