From a88f832d4ecd73693e8a5528af0929a5cd7ba3ac Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 7 Jan 2019 10:56:08 +0100 Subject: Enable Python 3.7 builder. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b46c71..e902b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.4" - "3.5" - "3.6" - # - "3.7" # see https://github.com/travis-ci/travis-ci/issues/9815 + - "3.7" - "nightly" - "pypy" - "pypy3" -- cgit v1.2.1