mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Get mypy running in travis for easier review
This commit is contained in:
parent
523cdc578d
commit
1d84f328d4
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue