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
70c1c6b1
Commit
70c1c6b1
authored
Nov 02, 2015
by
Joshua Roesslein
Browse files
Merge pull request #653 from hugovk/travis_python_versions
Python 3.5 is out
parents
f7649296
b30a7755
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
70c1c6b1
...
...
@@ -3,8 +3,11 @@ sudo: false
language
:
python
python
:
-
'
2.6'
-
'
2.7'
-
'
3.3'
-
'
3.4'
-
'
3.5'
env
:
global
:
...
...
@@ -55,3 +58,6 @@ deploy:
on
:
repo
:
tweepy/tweepy
branch
:
release
matrix
:
fast_finish
:
true
README.md
View file @
70c1c6b1
...
...
@@ -21,7 +21,7 @@ Github and install it manually:
cd tweepy
python setup.py install
Python 2.6 and 2.7, 3.3 & 3.
4
are supported.
Python 2.6 and 2.7, 3.3
, 3.4
& 3.
5
are supported.
Documentation
-------------
...
...
tox.ini
View file @
70c1c6b1
...
...
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist
=
py26, py27, py33, py34
envlist
=
py26, py27, py33, py34
, py35
[base]
deps
=
...
...
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