From e19635a75cc1ab206be12ecf2b1c9a909baa9c21 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 18 Dec 2018 11:11:32 +0100 Subject: travis: -dev builds are allowed to fail --- .travis.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c687962..7abcfd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,16 @@ dist: xenial language: python -python: - - "3.6" - - "3.6-dev" - - "3.7" - - "3.7-dev" - - "3.8-dev" +matrix: + include: + - python: "3.6" + - python: "3.7" + - python: "3.6-dev" + - python: "3.7-dev" + - python: "3.8-dev" + allow_failures: + - python: "3.6-dev" + - python: "3.7-dev" + - python: "3.8-dev" install: - pip install . script: -- cgit v1.2.3