Tests pass on 2.6, 3.3, 3.5
authorhugovk <hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:21:58 +0000 (10:21 +0300)
committerhugovk <hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:21:58 +0000 (10:21 +0300)
.travis.yml
README.md
tox.ini

index 43a6ee5d59b95d19d630cf86f3b9c592ca53febb..e32a73310fb28a54195bcc55f8540bfb14690847 100644 (file)
@@ -61,7 +61,3 @@ deploy:
 
 matrix:
   fast_finish: true
-  allow_failures:
-    - python: '2.6'
-    - python: '3.3'
-    - python: '3.5'
index b3a93b0bdc30e93dbd6a75724f45042c5687f442..acc95c4fcc1d745b6829651520836b928f827679 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 -------------
diff --git a/tox.ini b/tox.ini
index 36ba97ba134311969dfd20193576d114b73e8673..61c5413d200cff40cc768c675f695cdb6a107b9a 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
+envlist = py26, py27, py33, py34, py35
 
 [base]
 deps =