mypy does run on py3.6

This commit is contained in:
Damien Elmes 2019-12-22 10:34:28 +10:00
parent 291472b52b
commit ecfb2af4ee

View file

@ -9,7 +9,7 @@ install:
jobs:
include:
- python: 3.6
script: make -j 4 pytest pylint pytype
script: make -j 4 check pytype
- python: 3.7
script: make -j 4 check pytype