From 69cdc46501ec92fb2d18b982749890512a0d24a0 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 13:34:01 +0300 Subject: [PATCH] python 3.7 back again --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a57ee0a..ad573e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,15 @@ python: - '2.7' - '3.5' - '3.6' -- '3.7' matrix: fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds - allow_failures: - - os: osx - - os: windows + # allow_failures: + # - os: osx + # - os: windows include: - # - python: 3.7 - # dist: xenial - # sudo: true + - python: 3.7 + dist: xenial + sudo: true # ======= OSX ======== - name: "Python 2.7.14 on macOS 10.13" os: osx