mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-04 03:24:52 +00:00
corrected travis
This commit is contained in:
parent
41200818b9
commit
970b958741
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue