Skip to content

Commit

Permalink
Added Python 3.6 to tests. (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed Jan 14, 2017
1 parent 6cefb13 commit d53778d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ matrix:
env: TOXENV=py35-1.10
- python: 3.5
env: TOXENV=py35-master
- python: 3.6
env: TOXENV=py36-master
allow_failures:
- python: 2.7
env: TOXENV=py27-master
- python: 3.4
env: TOXENV=py34-master
- python: 3.5
env: TOXENV=py35-master
- python: 3.6
env: TOXENV=py36-master
install:
- pip wheel -r tests/requirements.txt codecov
# virtualenv>=14.0.0 has dropped Python 3.2 support
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
docs,prospector,isort
{py27,py32,py33,py34}-1.8,
{py27,py34,py35}-{1.9,1.10,master}
py36-master

[testenv]
basepython =
Expand All @@ -12,6 +13,7 @@ basepython =
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6
usedevelop = true
pip_pre = true
commands =
Expand Down

0 comments on commit d53778d

Please sign in to comment.