|
|
@ -5,6 +5,7 @@ cache: pip
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
allow_failures:
|
|
|
|
- python: nightly
|
|
|
|
- python: nightly
|
|
|
|
|
|
|
|
- name: "Sherlock Site Coverage Tests"
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- python: 3.6
|
|
|
|
- python: 3.6
|
|
|
|
- python: 3.7
|
|
|
|
- python: 3.7
|
|
|
@ -12,7 +13,7 @@ matrix:
|
|
|
|
- python: 3.7
|
|
|
|
- python: 3.7
|
|
|
|
before_script: true # override the flake8 tests
|
|
|
|
before_script: true # override the flake8 tests
|
|
|
|
name: "Sherlock Site Coverage Tests"
|
|
|
|
name: "Sherlock Site Coverage Tests"
|
|
|
|
script: python -m unittest tests.all.SherlockSiteCoverageTests --buffer --verbose || true
|
|
|
|
script: python -m unittest tests.all.SherlockSiteCoverageTests --buffer --verbose
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- pip install flake8 -r requirements.txt
|
|
|
|
- pip install flake8 -r requirements.txt
|
|
|
|
before_script:
|
|
|
|
before_script:
|
|
|
|