cleanup and formatting

This commit is contained in:
Manuel Barkhau 2018-12-21 19:17:58 +01:00
parent 70c2b27157
commit f980139e82
4 changed files with 13 additions and 8 deletions

View file

@ -24,6 +24,7 @@ test_compat: $(COMPAT_TEST_FILES)
cp -R test/fixtures compat_test/
# install the package and run the test suite against it.
rm -rf build/test_wheel;
mkdir -p build/test_wheel;
$(DEV_ENV_PY) setup.py bdist_wheel --dist-dir build/test_wheel;