From 57be785a44658c73f18344bf4490a031620227f0 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Tue, 25 Sep 2018 14:52:36 -0700 Subject: [PATCH] add code cov plus run tests in parallel --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4593b27..16bb8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index b49ea77..9b76734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -e git://github.com/mvcisback/hypothesis-cfg@master#egg=hypothesis-cfg -e git://github.com/mvcisback/DiscreteSignals@master#egg=discrete-signals attrs==18.2.0 +codecov==2.0.15 funcy==1.10.3 lenses==0.4.0 hypothesis==3.66.30 # pyup: ignore