don't use --install-types. install types-cachetools specifically

This commit is contained in:
jesopo 2022-01-07 11:36:51 +00:00
parent e0cbaa4519
commit 83215e996b
1 changed files with 2 additions and 4 deletions

View File

@ -6,11 +6,9 @@ python:
- "3.8"
- "3.8-dev"
install:
- pip3 install mypy -r requirements.txt
- pip3 install mypy types-cachetools -r requirements.txt
before_script:
- mypy --install-types
script:
- pip3 freeze
- mypy ircstates
script:
- python3 -m unittest test