diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-11-22 21:15:43 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-11-22 21:15:43 +0100 |
commit | a094f8e7b8fa8d5d29874e4f5c77208c52fc932d (patch) | |
tree | 686e43eba0ff2fe0787e325d84f5fb2b1bc0752b | |
parent | 28c991d1f622046fcd22e9d471b3a817f706f0bb (diff) | |
download | crocoite-a094f8e7b8fa8d5d29874e4f5c77208c52fc932d.tar.gz crocoite-a094f8e7b8fa8d5d29874e4f5c77208c52fc932d.tar.bz2 crocoite-a094f8e7b8fa8d5d29874e4f5c77208c52fc932d.zip |
travis: Switch to xenial
The image offers Python 3.7 and 3.8-dev
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2e7c376..c687962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ -dist: trusty +dist: xenial language: python python: - "3.6" - "3.6-dev" + - "3.7" - "3.7-dev" + - "3.8-dev" install: - pip install . script: |