Skip to content

Commit

Permalink
[travis] stop running mypy against examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Aug 10, 2019
1 parent d1c8f58 commit ff0a3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$BUILD" = "lint" ]; then
flake8 aioquic examples tests
isort -c -df -rc aioquic examples tests
black --check --diff aioquic examples tests
mypy aioquic examples
mypy aioquic
elif [ "$BUILD" = "sdist" ]; then
python3 setup.py sdist
if [ -n "$TRAVIS_TAG" ]; then
Expand Down

0 comments on commit ff0a3eb

Please sign in to comment.