From d55c73ce2e5aac311c849559d3d078d90e37f810 Mon Sep 17 00:00:00 2001 From: nothink Date: Wed, 1 Aug 2018 12:09:12 +0900 Subject: [PATCH] Muitiple-version test for python --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ba569bd..0ab4e898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,13 @@ matrix: - language: python # Backend test for on-premise python: - "3.6" + - "3.7-dev" + - "nightly" + matrix: + allow_failures: + - python: "3.6" + - python: "3.7-dev" + - python: "nightly" before_install: - sudo apt-get -y install software-properties-common - sudo add-apt-repository -y ppa:mc3man/trusty-media