From: Harmon Date: Sat, 4 May 2019 07:16:47 +0000 (-0500) Subject: Add Python 3.7 to Travis CI X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c8262d8498b40d5316e7252c6f76d9da85d060ac;p=tweepy.git Add Python 3.7 to Travis CI --- diff --git a/.travis.yml b/.travis.yml index 32c3ec8..50d2526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,12 @@ python: - '3.5' - '3.6' +matrix: + fast_finish: true + include: + - python: 3.7 + dist: xenial + env: global: - TWITTER_USERNAME="TheTweepyTester" @@ -58,6 +64,3 @@ deploy: on: repo: tweepy/tweepy tags: true - -matrix: - fast_finish: true