Run script/format check in cibuild

This commit is contained in:
richard-dds 2018-08-23 16:24:41 -04:00
parent 49c9980b09
commit e9fa4d9ecb

View File

@ -19,5 +19,8 @@ RUN_PYTHON_TESTS="true"
# Compile assets
yarn build
# Check python formatting
source .script/format check
# Run the shared test script
source ./script/include/run_test