From 99addbaadac43b17600f5191b9fae85bf3043429 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Mon, 19 Feb 2018 15:43:25 -0500 Subject: [PATCH] Allow Python nightly to fail in Travis ...without causing the entire build to fail, but still recording the result. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d5a046..7c3a4bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ python: - "3.6" - "3.6-dev" - "nightly" +matrix: + allow_failures: + - python: "nightly" install: - pip install -U pip setuptools - pip install tox-travis pre-commit