mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 13:50:22 +00:00
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?
This commit is contained in:
parent
6146a8040b
commit
04ef663a6c
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ matrix:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
- python: nightly
|
- 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:
|
install:
|
||||||
- pip install flake8 -r requirements.txt
|
- pip install flake8 -r requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue