Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Pin mypy to 0.630.
Browse files Browse the repository at this point in the history
Pin mypy to 0.630 to work around errors reported in mypy 0.641.
  • Loading branch information
sunfishcode committed Oct 15, 2018
1 parent 66f393e commit 47e8d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,9 @@ addons:
packages:
- python3-pip
install:
- pip3 install --user --upgrade mypy flake8
# 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
- mypy --version
before_script:
# If an old version of rustfmt from cargo is already installed, uninstall
Expand Down

0 comments on commit 47e8d42

Please sign in to comment.