Commit f480ceda authored by Michal Čihař's avatar Michal Čihař

Try to run management command after installation

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f5559ebf
......@@ -17,6 +17,10 @@ run_coverage ./setup.py sdist
check
INSTALLED_DIR=`find $INSTALL_DIR -name '*-packages' -type d`
BIN_DIR=`find $INSTALL_DIR -name 'bin' -type d`
diff -ruNp weblate/html $INSTALLED_DIR/weblate/html
check
PYTHONPATH=$INSTALLED_DIR:$PYTHONPATH coverage run --source $INSTALLED_DIR --append $BIN_DIR/weblate check
check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment