From acce3b1c510845738e48a07c62a0fac673b8dbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Desv=C3=A9?= Date: Sat, 7 Jul 2018 12:26:53 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd17896..65014cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,15 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" - "nightly" matrix: allow_failures: - python: "nightly" + include: + - python: "3.7" + env: TOXENV=py37 + dist: xenial + sudo: true install: - pip install coveralls tox-travis