From 3dad046c12374b05eb3863546c4dbed5f4fa7419 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 1 Oct 2018 13:56:35 +0200 Subject: [PATCH] travis: workaround for python 3.7 --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 901f6fbab..dc32bb3ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,13 @@ env: python: - "3.5" - "3.6" - - "3.7" + +# workaround for https://github.com/travis-ci/travis-ci/issues/9815 +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: # Optimisation: build requirements as wheels, which get cached by Travis