This commit is contained in:
Kovid Goyal 2017-11-01 12:05:33 +05:30
parent 04a61d0e21
commit cc77d06ec7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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