From 5fc347406d7e3e73912f741f79cf6df9cc71f346 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 21 Mar 2017 16:46:43 +0100 Subject: [PATCH] Add py36 to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf2eba2..58d0686 100644 --- a/tox.ini +++ b/tox.ini @@ -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