From 04ef663a6ce629ae845d8bcf3b35f0cb79559e81 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 15 Jul 2019 05:08:59 +0200 Subject: [PATCH] Travis CI: Add SherlockSiteCoverageTests as a parallel run As suggested at https://github.com/sherlock-project/sherlock/issues/235#issuecomment-511245466 Should we remove the __|| true__ from the end of line 15 or line 24? Or leave them as is? --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 89abd1b8..daa366a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ matrix: - python: 3.6 - python: 3.7 - python: nightly + - python: 3.7 + before_script: true # override the flake8 tests + name: "Sherlock Site Coverage Tests" + script: python -m unittest tests.all.SherlockSiteCoverageTests --buffer --verbose || true install: - pip install flake8 -r requirements.txt before_script: