.travis.yml before_script `mypy --install-types`

This commit is contained in:
jesopo 2022-01-07 11:30:37 +00:00
parent e3884c7505
commit e0cbaa4519
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ python:
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
before_script:
- mypy --install-types
script:
- pip3 freeze
- mypy ircstates