From 8bb8c8631168bff5f655f0833489b28279fd8cb4 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 23 Oct 2018 19:10:41 +0100 Subject: Special case py37 We need to use xenial as the dist to get python3.7 working according to https://github.com/travis-ci/travis-ci/issues/9815 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7c74462..ae70664 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,7 @@ matrix: env: TOXENV=py36 - python: 3.7 env: TOXENV=py37 + dist: xenial + sudo: true - python: pypy env: TOXENV=pypy -- cgit v1.2.1