From f87959f6ba56a9a94ceea2c9332763d5be091a28 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 18 Mar 2019 14:36:10 -0400 Subject: [PATCH 1/2] Use the Ubuntu Xenial image on Travis We need it for Python 3.7. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7adf4b..b630968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ sudo: false +dist: xenial language: python python: - "2.7" - "3.5" - "3.6" - - pypy - - pypy3 + - pypy2.7-6.0 + - pypy3.5-6.0 install: - pip install -r requirements-travis.txt - pip install -e . From cec940f36592cbce93c456f5ed0a855dc256ff4b Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 18 Mar 2019 14:36:22 -0400 Subject: [PATCH 2/2] Test Python 3.7 on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b630968..02f2a51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" - pypy2.7-6.0 - pypy3.5-6.0 install: