Skip to content

Commit

Permalink
Tests pass on 2.6, 3.3, 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 15, 2015
1 parent 70278f1 commit b30a775
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ deploy:

matrix:
fast_finish: true
allow_failures:
- python: '2.6'
- python: '3.3'
- python: '3.5'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b30a775

Please sign in to comment.