corrected travis

This commit is contained in:
theodore.therone@gmail.com 2015-03-28 08:50:39 +00:00
parent 41200818b9
commit 970b958741

View file

@ -8,14 +8,13 @@ python:
env:
- DJANGO=1.6
- DJANGO=1.7
before_install:
- sudo pip install codecov
install:
# command to install dependencies
- "pip install coveralls"
- pip install -q Django==$DJANGO --use-mirrors
- "pip install ."
# command to run tests
script:
- coverage run --branch --source=notifications manage.py test
after_success:
- coveralls
- coveralls