Add TODO comments noting temporary bug workarounds.

This commit is contained in:
Dan Gohman
2018-11-28 17:18:12 -08:00
parent 324c821adf
commit ba48fd2223
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ function runif {
runif flake8 .
# Type checking.
# Disable mypy checking on osx on travis for now, since pip installs mypy into
# a directory which is not in the PATH.
# TODO: Re-enable mypy on Travis osx. Pip currently installs mypy into a
# directory which is not in the PATH.
if [ "$TRAVIS_OS_NAME" != "osx" ]; then
runif mypy --py2 build.py
fi