add code cov plus run tests in parallel

This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-25 14:52:36 -07:00
parent f4967e8508
commit 57be785a44
2 changed files with 2 additions and 1 deletions

View file

@ -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