Skip to content

Commit

Permalink
Another attempt to fix Travis CI build (Py 3.5 failed due to incompat…
Browse files Browse the repository at this point in the history
…ible mypy version specification)
  • Loading branch information
heuer committed May 11, 2022
1 parent 6ab01b8 commit 73213a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- |
if [[ ! $TRAVIS_PYTHON_VERSION =~ ^2 && ! $TRAVIS_PYTHON_VERSION =~ ^pypy ]]; then
pip install flake8;
pip install mypy==0.930;
pip install mypy!=0.950;
fi
script:
Expand Down

0 comments on commit 73213a9

Please sign in to comment.