From b8871487f3060c0225a9dfd1098bbeaff8dfcd06 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 17 Feb 2020 14:37:19 -0600 Subject: [PATCH] Add nightly Python build for Travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9095cf4..984be57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,11 @@ python: - '3.6' - '3.7' - '3.8' +- 'nightly' matrix: + allow_failures: + - python: 'nightly' fast_finish: true env: -- 2.25.1