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
c67c5670
Commit
c67c5670
authored
Jan 02, 2017
by
Aaron Hill
Committed by
GitHub
Jan 02, 2017
Browse files
Merge pull request #831 from fitnr/py3.6
Add Python 3.6 to test suite
parents
3acffb88
bdbf0963
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c67c5670
...
...
@@ -9,6 +9,7 @@ python:
-
'
3.3'
-
'
3.4'
-
'
3.5'
-
3.6
env
:
global
:
...
...
setup.py
View file @
c67c5670
...
...
@@ -39,5 +39,7 @@ setup(name="tweepy",
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
],
zip_safe
=
True
)
tox.ini
View file @
c67c5670
...
...
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist
=
py26, py27, py33, py34, py35
envlist
=
py26, py27, py33, py34, py35
, py36
[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