mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
adding coveralls install for #285
This commit is contained in:
parent
ba2eb5b22d
commit
ed23fbf09e
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ before_install:
|
|||
- export PIP_INDEX_URL=https://simple.crate.io/
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
before_script:
|
||||
- pip install --quiet --use-mirrors coveralls
|
||||
script:
|
||||
- python runtests.py
|
||||
after_script:
|
||||
- pip install --quiet --use-mirrors coveralls
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue