summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-12-18 11:11:32 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-12-18 11:11:32 +0100
commite19635a75cc1ab206be12ecf2b1c9a909baa9c21 (patch)
treeb39bcd6cdd7059072f27ca0d7da6067903c87d1e /.travis.yml
parentde95c00f55db71d188f4a75723f444ea290bd997 (diff)
downloadcrocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.tar.gz
crocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.tar.bz2
crocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.zip
travis: -dev builds are allowed to fail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 11 insertions, 6 deletions
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: