From edf8c34b6432a61b05d2597425fc7ff7a2e3b507 Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 1 Jun 2018 14:56:15 +0200 Subject: [PATCH] Test on 3.7-dev --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a521a62..95fa360b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,14 @@ sudo: required language: python -python: - - "2.7" - - "3.5" - - "3.6" + +matrix: + include: + - python: "2.7" + - python: "3.5" + - python: "3.6" + - python: "3.7-dev" + allow_failures: + - python: "3.7-dev" env: - RUST_VERSION=nightly