From 923b63cb969911fc7ad4589e3b7f65639d38bb01 Mon Sep 17 00:00:00 2001 From: Mikhail Elovskikh Date: Thu, 25 Oct 2018 14:06:23 +0500 Subject: [PATCH] Enable py37 check in TravisCI There is workaround for python 3.7 in TravisCI form original issue: https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b47d090..eaf4cfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,10 @@ matrix: env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - # https://github.com/travis-ci/travis-ci/issues/9069 - #- python: 3.7 - # env: TOXENV=py37 + - python: 3.7 + env: TOXENV=py37 + dist: xenial + sudo: true - python: pypy env: TOXENV=pypy - python: 2.7