projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d066422
)
Add Python 3.7 to Travis CI
author
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 07:16:47 +0000
(
02:16
-0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 07:16:47 +0000
(
02:16
-0500)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 32c3ec895a53bbcaaa98c2e84596473f33f3acd7..50d2526b3aa628baf4ed3eb5fe875ed374fafc63 100644
(file)
--- 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