Skip to content

Commit

Permalink
tox/Travis: test against py36
Browse files Browse the repository at this point in the history
blueyed committed May 28, 2018
1 parent 0bc5fe3 commit 4ceefda
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -8,9 +8,13 @@ env:
- TOX_ENV=py35
- TOX_ENV=lint
python: 3.5
matrix:
include:
- python: 3.6
env: TOX_ENV=py36
install:
- pip install tox
- pip install coveralls
script: tox -e $TOX_ENV
after_success:
- pip install coveralls
- coveralls
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{26,27,33,34,35,lint}
envlist = py{26,27,33,34,35,36,lint}

[testenv]
commands =

0 comments on commit 4ceefda

Please sign in to comment.