mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Coveralls
This commit is contained in:
parent
902efaed97
commit
3881f6bafc
2 changed files with 5 additions and 3 deletions
|
@ -1,2 +1 @@
|
|||
service_name: travis-ci
|
||||
repo_token: z67WCSULvu5k9sSPa9L5IZrfqmTnm0nP9
|
||||
|
|
|
@ -3,6 +3,9 @@ python:
|
|||
- "2.7"
|
||||
- "3.3"
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -e ."
|
||||
script: manage.py test dpaste --settings=dpaste.settings
|
||||
- "pip install -r requirements.txt"
|
||||
script:
|
||||
coverage run --rcfile=.coverage.rc manage.py test
|
||||
after_success:
|
||||
coveralls --config_file=.coverage.rc --coveralls_yaml=.coveralls.yml
|
||||
|
|
Loading…
Reference in a new issue