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
b30a7755
Commit
b30a7755
authored
Sep 15, 2015
by
hugovk
Browse files
Tests pass on 2.6, 3.3, 3.5
parent
70278f1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b30a7755
...
...
@@ -61,7 +61,3 @@ deploy:
matrix
:
fast_finish
:
true
allow_failures
:
-
python
:
'
2.6'
-
python
:
'
3.3'
-
python
:
'
3.5'
README.md
View file @
b30a7755
...
...
@@ -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 @
b30a7755
...
...
@@ -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