From 414f38b124554232d5770d27e824eeb090c8de47 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 3 Oct 2018 18:39:45 +0200 Subject: [PATCH] use stable python 3.7 in travis CI --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aa4106..f189119 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ dist: xenial # minimal version required for python 3.7 support python: - "2.7" - "3.6" - - "3.7-dev" # until 3.7 is officially supported by travis this is only (simple) way to test it - - "nightly" - matrix: + include: + - python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905 + sudo: true allow_failures: python: "nightly"