use stable python 3.7 in travis CI

This commit is contained in:
Maciej Urbanski 2018-10-03 18:39:45 +02:00 committed by Michał Sałaban
parent e07f3c5ac4
commit 414f38b124
1 changed files with 3 additions and 3 deletions

View File

@ -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"