Fix some errors introduced after the merge

This commit is contained in:
Joe Rickerby
2020-03-10 22:33:50 +00:00
parent 8603deac93
commit 4fb4e44c23
4 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -175,8 +175,8 @@ def build(project_dir, output_dir, test_command, before_test, test_requires, tes
echo "Running tests using `which python`"
if [ ! -z {before_build} ]; then
sh -c {before_build}
if [ ! -z {before_test} ]; then
sh -c {before_test}
fi
# Install the wheel we just built