Skip to content

Commit

Permalink
Avoid mypy error with Python 3.11 (ModuleNotFoundError: No module nam…
Browse files Browse the repository at this point in the history
…ed 'tomllib')
  • Loading branch information
heuer committed May 11, 2022
1 parent 44dd8a8 commit 6ab01b8
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;
pip install mypy==0.930;
fi
script:
Expand Down

0 comments on commit 6ab01b8

Please sign in to comment.