This commit is contained in:
Kovid Goyal 2017-01-21 08:59:31 +05:30
parent 724c623b5c
commit e5be5e712e

View File

@ -80,4 +80,4 @@ before_script:
script:
- LD_PRELOAD=$ASANLIB $PYTHON setup.py test
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi
- if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON linux-package; fi
- if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON setup.py linux-package; fi