From 3d40456e1aa29fb41d56e5ba9ab5a607f8489c00 Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Sun, 2 Sep 2018 13:56:06 -0700 Subject: [PATCH] Try workaround recommended here https://github.com/travis-ci/travis-ci/issues/9815 --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 363208f..3969f39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,12 @@ cache: pip python: - '2.7' - '3.6' - - '3.7' + +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install -U pip setuptools @@ -14,5 +19,3 @@ install: script: - python setup.py test - flake8 disco/ - -dist: xenial