From d86937bdae0d7e0bcf80ffa29725f4b1b6c31880 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 12:07:41 +0300 Subject: [PATCH] 3.7? --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bfb4cd..a57ee0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,16 @@ 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 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 @@ -96,7 +97,7 @@ matrix: before_install: - python --version - pip install -U pip - # - pip install -U pytest + - pip install -U pytest - pip install codecov - pip install pymongo install: