Add Python 3.7 to Travis CI
authorHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 07:16:47 +0000 (02:16 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 07:16:47 +0000 (02:16 -0500)
.travis.yml

index 32c3ec895a53bbcaaa98c2e84596473f33f3acd7..50d2526b3aa628baf4ed3eb5fe875ed374fafc63 100644 (file)
@@ -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