Muitiple-version test for python

This commit is contained in:
nothink 2018-08-01 12:09:12 +09:00
parent f34bcd78c3
commit d55c73ce2e

View file

@ -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