From: Harmon Date: Mon, 17 Feb 2020 20:37:19 +0000 (-0600) Subject: Add nightly Python build for Travis CI X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b8871487f3060c0225a9dfd1098bbeaff8dfcd06;p=tweepy.git Add nightly Python build for Travis CI --- 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: