Split housekeeping scripts into separate Travis job (#1688)

This commit is contained in:
Corey McCandless
2019-02-19 10:07:53 -05:00
committed by GitHub
parent 0ac52d14fa
commit c8ce75b331
2 changed files with 15 additions and 18 deletions

View File

@@ -1,30 +1,27 @@
language: python
dist: xenial
python:
- 2.7
- 3.5
- 3.6
- 3.7
- nightly
matrix:
include:
- python: 2.7
dist: trusty
# Python 3.4 not supported in xenial
- python: 3.4
dist: trusty
- python: 3.5
dist: trusty
- python: 3.6
dist: trusty
- python: 3.7
dist: xenial
- python: nightly
dist: trusty
- env: JOB=HOUSEKEEPING
install: ./bin/fetch-configlet
before_script: ./bin/check-readmes.sh
script: ./bin/configlet lint .
allow_failures:
- python: nightly
install:
- pip install -r requirements-travis.txt
before_script:
- flake8
- ./bin/fetch-configlet
- ./bin/configlet lint .
- ./bin/check-readmes.sh
script:
- ./test/check-exercises.py