travis: switch to xenial and test for python 3.7
Python 3.7 requires using the xenial images in Travis-CI. It appears that they do not yet have newer distro version images available, so that's the best we can get for now.
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
env:
|
env:
|
||||||
- MC_VERSION=1.13
|
- MC_VERSION=1.13
|
||||||
before_install:
|
before_install:
|
||||||
@@ -22,6 +24,3 @@ script:
|
|||||||
- python3 overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
|
- python3 overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
# matrix:
|
|
||||||
# allow_failures:
|
|
||||||
# - python: "3.2"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user