Skip to content

Commit

Permalink
Added Python 3.5 to tests
Browse files Browse the repository at this point in the history
Ad some point Travis is probably going to support Python 3.5: travis-ci/travis-ci#4794
  • Loading branch information
MarkusH committed Jun 8, 2016
1 parent 0ff5693 commit 047911e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ script:
- tox -e $TOX_ENV
matrix:
fast_finish: true
include:
- python: 3.5
env:
- TOX_ENV=py35
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py27,
py33,
py34,
py35,
cov,
flake8,
pep257,
Expand Down

0 comments on commit 047911e

Please sign in to comment.