Skip to content

Commit

Permalink
Travis/Tox: Enable testing on Python 3.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Mar 12, 2017
1 parent 1b1b3ba commit 6c9023a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ matrix:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"

install:
- travis_retry pip install tox-travis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35,py}-pip{8,9,latest},flake8
envlist = py{27,34,35,36,py}-pip{8,9,latest},flake8

[testenv]
deps =
Expand Down

0 comments on commit 6c9023a

Please sign in to comment.