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: python:
- "3.6" - "3.6"
install: "pip install -r requirements.txt" 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: after_success:
- codecov - codecov

View file

@ -1,6 +1,7 @@
-e git://github.com/mvcisback/hypothesis-cfg@master#egg=hypothesis-cfg -e git://github.com/mvcisback/hypothesis-cfg@master#egg=hypothesis-cfg
-e git://github.com/mvcisback/DiscreteSignals@master#egg=discrete-signals -e git://github.com/mvcisback/DiscreteSignals@master#egg=discrete-signals
attrs==18.2.0 attrs==18.2.0
codecov==2.0.15
funcy==1.10.3 funcy==1.10.3
lenses==0.4.0 lenses==0.4.0
hypothesis==3.66.30 # pyup: ignore hypothesis==3.66.30 # pyup: ignore