From 8eef356fb62f9ddeca863fef6254f111917ebd14 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 3 Oct 2018 18:11:19 +0200 Subject: [PATCH] workaround for running python 3.7 on travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 062c1eb..261f125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,11 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" +matrix: + include: + - python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905 + dist: xenial + sudo: true install: - pip install -U pip setuptools - pip install tox-travis pre-commit