From 4c95e0ac386351adcaab62eee55bffeaf60e1371 Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Sat, 26 Jan 2019 14:39:46 +0100 Subject: [PATCH] Revert "chore(travis-ci): remove custom Python 3.7 environment from the matrix" This reverts commit 88da903d8b37f334453ed3b2d963cb0c0f943f20. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f8ef2d..0ba0df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,12 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" - "pypy3.5" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install . - pip install -r test_requirements.txt