Skip to content
Snippets Groups Projects
Commit 31a9cca7 authored by ulif's avatar ulif
Browse files

Start support for py3.6.

Looks like there are no problems with Python 3.6 yet. We make it a
regular target in tox and will start official support in `setup.py`
after a while.
parent 8a75937c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ addopts = --doctest-modules --doctest-glob='*.rst'
diceware tests docs README.rst
[tox]
envlist = flake8, pypy, py26, py27, py33, py34, py35, coverage
envlist = flake8, pypy, py26, py27, py33, py34, py35, py36, coverage
[testenv]
usedevelop=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment