0

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:
Nicolas F
2019-03-21 15:29:41 +01:00
parent a23682fec8
commit 4c78a05e91

View File

@@ -1,8 +1,10 @@
language: python
dist: xenial
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- MC_VERSION=1.13
before_install:
@@ -22,6 +24,3 @@ script:
- python3 overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
notifications:
email: false
# matrix:
# allow_failures:
# - python: "3.2"