Add TODO comments noting temporary bug workarounds.
This commit is contained in:
@@ -19,8 +19,8 @@ install:
|
|||||||
- cargo -V
|
- cargo -V
|
||||||
build: false
|
build: false
|
||||||
test_script:
|
test_script:
|
||||||
# Add --no-default-features because wabt and disass don't currently build
|
# TODO: Remove --no-default-features here. wabt and disass currently
|
||||||
# on appveyor.
|
# don't build on appveyor due to cmake issues.
|
||||||
- cargo build --verbose --all --no-default-features
|
- cargo build --verbose --all --no-default-features
|
||||||
- cargo test --verbose --all --no-default-features
|
- cargo test --verbose --all --no-default-features
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ function runif {
|
|||||||
runif flake8 .
|
runif flake8 .
|
||||||
|
|
||||||
# Type checking.
|
# Type checking.
|
||||||
# Disable mypy checking on osx on travis for now, since pip installs mypy into
|
# TODO: Re-enable mypy on Travis osx. Pip currently installs mypy into a
|
||||||
# a directory which is not in the PATH.
|
# directory which is not in the PATH.
|
||||||
if [ "$TRAVIS_OS_NAME" != "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" != "osx" ]; then
|
||||||
runif mypy --py2 build.py
|
runif mypy --py2 build.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user