From 3fc44c30db0cb88e5faf9161463e69fc28037e4e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 4 Sep 2019 14:08:20 +0300 Subject: [PATCH] Recognize the existence of Python 3.7 (The tests don't pass yet, see #205.) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 07572a31..24f4a60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" # command to install dependencies install: - pip install tox-travis coveralls @@ -18,3 +19,4 @@ matrix: allow_failures: - python: "3.5" - python: "3.6" + - python: "3.7"