mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 10:33:45 +03:00
integration with coveralls
This commit is contained in:
parent
6fe14dacd7
commit
7ba7ca0b81
|
@ -7,5 +7,8 @@ env:
|
||||||
- DJANGO=1.6.4
|
- DJANGO=1.6.4
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO --use-mirrors
|
||||||
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user