From 970efe3647cb8e7d679ba342100f60712caaebe4 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 15 Jun 2019 10:01:20 +0200 Subject: [PATCH] Travis: Test python-3.7 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed478d7f..4c916538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false env: PIP=pip3 PYTHON=python3 -dist: trusty +dist: xenial matrix: include: @@ -9,6 +9,8 @@ matrix: python: 3.5 - os: linux python: 3.6 + - os: linux + python: 3.7 - os: osx language: generic - os: linux