From f90561012241171ed8e0dd9996c703c384357eba Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 17 Dec 2018 16:22:03 -0800 Subject: [PATCH] add mypy to envlist (#6610) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b672286ac..021c23949 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ [tox] skipsdist = true -envlist = modification,py3,py27-cover,lint +envlist = modification,py3,py27-cover,lint,mypy [base] # pip installs the requested packages in editable mode