From: hugovk Date: Tue, 15 Sep 2015 07:21:58 +0000 (+0300) Subject: Tests pass on 2.6, 3.3, 3.5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b30a77559c26d390f71b919f30ef06ed7a16a337;p=tweepy.git Tests pass on 2.6, 3.3, 3.5 --- diff --git a/.travis.yml b/.travis.yml index 43a6ee5..e32a733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,3 @@ deploy: matrix: fast_finish: true - allow_failures: - - python: '2.6' - - python: '3.3' - - python: '3.5' diff --git a/README.md b/README.md index b3a93b0..acc95c4 100644 --- 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 36ba97b..61c5413 100644 --- 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 =