From 73bd80ecc0fd8c727806a911ca62b595f7e98cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cesar=20Caballero=20D=C3=ADaz?= Date: Thu, 18 Oct 2018 17:21:52 -0400 Subject: [PATCH] FIX: python 3.7 tests following travis workaround --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90edf09..3928405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,13 @@ -sudo: false language: python +sudo: required +dist: xenial python: - "2.6" - "2.7" - "3.4" - "3.5" - "3.6" -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true + - "3.7" install: - pip install tox-travis script: