From c8262d8498b40d5316e7252c6f76d9da85d060ac Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:16:47 -0500 Subject: [PATCH] Add Python 3.7 to Travis CI --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.25.1