From 2a5f245b1d25baddd7173437d7de80a90ddada4c Mon Sep 17 00:00:00 2001 From: theJosher Date: Mon, 29 Oct 2018 22:19:05 -0400 Subject: [PATCH] #558 undoing the workaround - removing mypy 0.630 pin --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7113ae2d66..a62423fb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,7 @@ addons: packages: - python3-pip install: - # Fix the mypy version at 0.630 since version 0.641 is more strict and the - # code is not yet updated. - - pip3 install --user --upgrade mypy==0.630 flake8 + - pip3 install --user --upgrade mypy flake8 - mypy --version before_script: # If an old version of rustfmt from cargo is already installed, uninstall