From 510f0a2622e6cb833190fad2a6ed0d3d766cee92 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 4 Jun 2019 15:49:52 +0200 Subject: [PATCH] Travis CI: Add Python 3.7 to the testing (#750) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 036c4f9..bba12f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial language: python install: @@ -7,6 +7,7 @@ install: python: - "3.5" - "3.6" + - "3.7" script: - - flake8 \ No newline at end of file + - flake8