Skip to content

Commit

Permalink
Fail CI on incorrect Gaviota typings
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 13, 2020
1 parent 3c41657 commit 6ffc14e
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 @@ -80,7 +80,7 @@ script:
- # Typing
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/__init__.py; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/engine.py || true; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/gaviota.py || true; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/gaviota.py; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/pgn.py; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/polyglot.py; fi
- if [[ $LATEST -eq 1 ]]; then python -m mypy chess/svg.py; fi
Expand Down

0 comments on commit 6ffc14e

Please sign in to comment.