Skip to content

Commit

Permalink
Constrain mypy version to last to support python3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhmather committed Nov 23, 2019
1 parent 13cc697 commit f9e0145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
- "pip install pyflakes"
- "pip install pycodestyle"
- "pip install pylint"
- "pip install mypy"
- "pip install mypy==0.670"

script:
- "coverage run --source=mnemonicode setup.py test"
Expand Down

0 comments on commit f9e0145

Please sign in to comment.