summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-08-29 16:53:01 +0200
committerMax Illfelder <illfelder@users.noreply.github.com>2018-08-29 07:53:01 -0700
commit9fd0b5055813944b829b721ef4abcc35fcb70074 (patch)
tree7100a85662a6c5db1698b78f73fe4bacf23b3f60 /.travis.yml
parent7e6674c7021e6fd768d6c92e51cde1ecb89dd432 (diff)
downloadgoogle-compute-image-packages-9fd0b5055813944b829b721ef4abcc35fcb70074.tar.gz
Travis CI: Add Python 3.7 to the testing (#648)
* Travis CI: Add Python 3.7 to the testing * Add Python 3.7 trove classifier to setup.py
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 83d23bb..fbf57a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,10 @@ python:
- 3.5
- 3.6
- pypy
+matrix:
+ include:
+ - python: 3.7
+ dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
os:
- linux
install: