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 May 16, 2016
1 parent 7d02c72 commit e9f7ce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
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
Expand Up @@ -3,6 +3,7 @@ envlist =
py27,
py33,
py34,
py35,
cov,
flake8,
pep257,
Expand Down

0 comments on commit e9f7ce8

Please sign in to comment.