add python 3.6 to tests, setup.py, tox
authorfitnr <fitnr@fakeisthenewreal>
Tue, 3 Jan 2017 02:27:45 +0000 (21:27 -0500)
committerfitnr <fitnr@fakeisthenewreal>
Tue, 3 Jan 2017 02:27:45 +0000 (21:27 -0500)
.travis.yml
setup.py
tox.ini

index f4868b266ef96117c6f64dad1023c83fcfadd6ab..683fd2e4dd7a75169d85d86304873b5718329115 100644 (file)
@@ -9,6 +9,7 @@ python:
 - '3.3'
 - '3.4'
 - '3.5'
+- 3.6
 
 env:
   global:
index 3b3b8076d4fade3b43224f2ef7ee85abff9d7036..18c59108743f6bf5ab4756c4479ee4963904ff7b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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)
diff --git a/tox.ini b/tox.ini
index 61c5413d200cff40cc768c675f695cdb6a107b9a..882bad2da736b1ee58559d9548d9a8c553c80b68 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -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 =