Merge branch 'pr/n249_cclauss'

pull/254/head
Christopher K. Hoadley 5 years ago
commit 805e26dc1c

@ -1,14 +1,19 @@
group: travis_latest
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
language: python
cache: pip
matrix:
allow_failures:
- python: nightly
- name: "Sherlock Site Coverage Tests"
fast_finish: true
include:
- 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
install:
- pip install flake8 -r requirements.txt
before_script:

Loading…
Cancel
Save