From b95ba0bac031acac14a5eb3208f851dfc92ae743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 25 Sep 2018 15:18:18 +0100 Subject: [PATCH] python 3.7 in travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index cc7128c..55e534e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,11 @@ python: - "pypy-5.7.1" - "pypy2.7-5.8.0" - "pypy3.5-5.8.0" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true before_install: - pip install --upgrade pip setuptools install: