Muitiple-version test for python
This commit is contained in:
parent
f34bcd78c3
commit
d55c73ce2e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue