Get mypy running in travis for easier review (#5875)

This commit is contained in:
ohemorange
2018-04-13 16:10:58 -07:00
committed by GitHub
parent 523cdc578d
commit 590ec375ec
+2
View File
@@ -29,6 +29,8 @@ matrix:
addons:
- python: "2.7"
env: TOXENV=lint
- python: "3.5"
env: TOXENV=mypy
- python: "2.7"
env: TOXENV='py27-{acme,apache,certbot,dns,nginx}-oldest'
sudo: required