projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
954b2f4
)
Also test Python 2.6, 3.3, 3.5
author
hugovk
<hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:15:24 +0000
(10:15 +0300)
committer
hugovk
<hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:15:24 +0000
(10:15 +0300)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 674737a53e5e8a7ba75d99e2511d0d1bdb47f0fe..43a6ee5d59b95d19d630cf86f3b9c592ca53febb 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,8
+3,11
@@
sudo: false
language: python
python:
+- '2.6'
- '2.7'
+- '3.3'
- '3.4'
+- '3.5'
env:
global:
@@
-55,3
+58,10
@@
deploy:
on:
repo: tweepy/tweepy
branch: release
+
+matrix:
+ fast_finish: true
+ allow_failures:
+ - python: '2.6'
+ - python: '3.3'
+ - python: '3.5'