diff --git a/.travis.yml b/.travis.yml index 0cc3ffe98..04427ceb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,6 +116,6 @@ before_script: - $PYTHON setup.py build --debug $SANITIZE_ARG; script: - - if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test; fi + - if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test.py; fi - if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi - if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON setup.py linux-package; fi