Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
70278f1a
Commit
70278f1a
authored
Sep 15, 2015
by
hugovk
Browse files
Also test Python 2.6, 3.3, 3.5
parent
954b2f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
70278f1a
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment