add code cov plus run tests in parallel
This commit is contained in:
parent
f4967e8508
commit
57be785a44
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ language: python
|
|||
python:
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: pytest --flake8 --cov=mtl -x --cov-report=html
|
||||
script: pytest --flake8 --cov=mtl --cov-report=html -n2
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue