Skip to content

Commit

Permalink
Run tests on Python 3.6, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 27, 2017
1 parent 7974ffd commit 20501f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
install:
- pip install -U setuptools==33.1.1
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You should follow these in most cases.
Python versions
---------------

The ZTK supports CPython 2.7, 3.3, 3.4, 3.5 and PyPy.
The ZTK supports CPython 2.7, 3.3, 3.4, 3.5, 3.6 and PyPy.


Documentation
Expand Down

0 comments on commit 20501f7

Please sign in to comment.