coveralls integration
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
sudo pip install -r requirements.txt
|
sudo pip install -r requirements.txt
|
||||||
sudo pip install pytest pytest-cov python-coveralls
|
sudo pip install pytest pytest-cov coveralls
|
||||||
pytest ./tests --cov=.coverage
|
pytest ./tests --cov=.coverage
|
||||||
coveralls
|
coveralls
|
||||||
name: Tests
|
name: Tests
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
service_name: circle-ci
|
service_name: circle-ci
|
||||||
parallel: true
|
parallel: true
|
||||||
|
repo_token: dDKjuZ5GG0K3AtxTD8IZip6FEUG2DomFO
|
||||||
Reference in New Issue
Block a user