forked from GithubBackups/healthchecks
Let's try coveralls.io
This commit is contained in:
parent
89bb89c5f3
commit
1374b43c93
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
|
.coverage
|
||||||
local_settings.py
|
local_settings.py
|
||||||
static-collected
|
static-collected
|
@ -1,8 +1,12 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install: "pip install -r requirements.txt"
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pip install coveralls
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
script:
|
script:
|
||||||
- python manage.py test hc.api hc.front
|
- coverage run --source=hc manage.py test
|
||||||
|
after_success: coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user