Skip to content

Commit

Permalink
allow_failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 3, 2018
1 parent 6a7fea3 commit aa5f273
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sudo: false
matrix:
include:
- python: "2.7"
env: TOXENV=lint
env: TOXENV=lint-py27
- python: "3.6"
env: TOXENV=lint
env: TOXENV=lint-py36
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
Expand All @@ -23,13 +23,17 @@ matrix:
sudo: true
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
sudo: true
allow_failures:
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
sudo: true
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
- python: "3.7-dev"
env: TOXENV=py37
dist: xenial
sudo: true
- python: "3.8-dev"
env: TOXENV=py38

install:
- travis_retry pip install -U pip setuptools
Expand Down

0 comments on commit aa5f273

Please sign in to comment.