From 9f67b017df103cec4921aa686c531f6c29349f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cesar=20Caballero=20D=C3=ADaz?= Date: Tue, 7 Aug 2018 11:51:47 -0400 Subject: [PATCH] ADD: #16 travis workaround for Python 3.7 tests --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f57487..90edf09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,11 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install tox-travis script: