Add py36 to tox

This commit is contained in:
cclauss 2017-03-21 16:46:43 +01:00 committed by GitHub
parent 5bf6c09bfa
commit 5fc347406d

View file

@ -1,7 +1,7 @@
[tox]
project = pre_commit_hooks
# These should match the travis env list
envlist = py27,py34,py35,pypy
envlist = py27,py34,py35,py36,pypy
[testenv]
deps = -rrequirements-dev.txt