Test Python 3.6 as well (#180)

This commit is contained in:
Raphael Gaschignard 2017-04-19 03:43:53 +09:00 committed by Serghei Mihai
parent a9213cc7b9
commit 46be709768
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = flake8, py26, py27, py33, py34, py35, pypy
envlist = flake8, py26, py27, py33, py34, py35, py36, pypy
[testenv]
passenv = *