From ecfb2af4ee17b3f90dc75d9c1de6550552844962 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 22 Dec 2019 10:34:28 +1000 Subject: [PATCH] mypy does run on py3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e6bc35bf..9a4e6f1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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