From 9684edc5070a1f0112bfc6d14b7e9c90eddad169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Michel=20De=20Rainville?= Date: Sat, 15 Jun 2019 16:09:44 -0400 Subject: [PATCH] Python 3.7 is only supported on Xenial https://travis-ci.community/t/unable-to-download-python-3-7-archive-on-travis-ci/639 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 59e6bc901..71e3ed5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ matrix: - python: "3.6" env: NUMPY=numpy - python: "3.7" + dist: xenial env: NUMPY=numpy - python: "pypy" env: NUMPY="git+https://bitbucket.org/pypy/numpy.git"