Add typechecks to tox run

This commit is contained in:
Jason R. Coombs 2020-10-31 16:06:52 -04:00
parent 6d2d82d7b7
commit 4b559ffc33

View File

@ -7,7 +7,7 @@
twisted = 1
[tox]
envlist = codechecks,py27,py36,pypy27
envlist = typechecks,codechecks,py27,py36,pypy27
minversion = 2.4
[testenv]