From e1b6fb7444f270d9209d4e2b3ebe48f03bacf309 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 4 Jun 2017 13:20:17 -0300 Subject: [PATCH] Keep an eye open on forward-compatibility --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c64b1ea..20075db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ python: # - "3.7-dev" # - "pypy" -- appears to hang # - "pypy3" +matrix: + allow_failures: + - python: 3.7-dev # command to install dependencies install: "make" # command to run tests