0

travis: use bionic and test for 3.8-dev

This commit is contained in:
Nicolas F
2019-07-29 16:35:00 +02:00
parent cf5dad5539
commit 32e34af381

View File

@@ -1,9 +1,10 @@
language: python language: python
dist: xenial dist: bionic
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8-dev"
env: env:
- MC_VERSION=1.14 - MC_VERSION=1.14
before_install: before_install: