mypy now passes

This commit is contained in:
Anthony Sottile 2019-05-19 17:01:14 -07:00
parent b6ba6d4d03
commit fb7e9338cd
32 changed files with 255 additions and 212 deletions

View file

@ -35,7 +35,7 @@ python36:
script: tox -e py36
python37:
image: python:3.7-rc
image: python:3.7
stage: test
script: tox -e py37
@ -44,6 +44,11 @@ linters:
stage: test
script: tox -e linters
pre-commit:
image: python:3.7
stage: test
script: tox -e pre-commit
docs:
stage: test
script: tox -e docs