From 01386a9f3adfe3645cb99968396c165bc6386ff5 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 12 Jul 2019 22:33:13 +0200 Subject: [PATCH] Run Python 3.7 in allow_failures mode pending #153 or similar is __required__ to be compatible with Python 3.7. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f524e8..5f4c1ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: allow_failures: - python: "nightly" - python: "3.8-dev" + - python: "3.7" install: - pip install --install-option='--no-cython-compile' Cython - pip install -r dev_requirements.txt