Skip to content

Commit

Permalink
Merge pull request #539 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Fix build config validation issues
  • Loading branch information
leplatrem committed Jul 24, 2020
2 parents ae31169 + bb7f1bc commit cd5a088
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
os: linux
dist: focal
language: python
python: 3.6
sudo: false
env:
- TOX_ENV=flake8
- TOX_ENV=docs
Expand All @@ -13,7 +14,7 @@ after_success:
- pip install coveralls
- coveralls

matrix:
jobs:
include:
- python: 3.5
env:
Expand All @@ -22,15 +23,12 @@ matrix:
env:
- TOX_ENV=py36
- python: 3.7
dist: xenial
env:
- TOX_ENV=py37
- python: 3.7
dist: xenial
env:
- TOX_ENV=py37-raw
- python: 3.8
dist: xenial
env:
- TOX_ENV=py38

Expand Down

0 comments on commit cd5a088

Please sign in to comment.