mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-29 02:54:47 +00:00
Prepared travis.yml for coveralls
This commit is contained in:
parent
142f33f2f6
commit
8217789e11
1 changed files with 3 additions and 0 deletions
|
|
@ -8,3 +8,6 @@ install:
|
|||
- pip install -r requirements.txt
|
||||
script:
|
||||
- python runtests.py
|
||||
after_script:
|
||||
- pip install --quiet --use-mirrors coveralls
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue