Commit fb20bccc authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Delete extraneous files before the installation

    Not all of them are deleted right after the test
parent 31a459a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ include /usr/share/dpkg/default.mk
# For testing, we need .egg-info so the entry points are available.
export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build_dir}
# Delete .egg-info and other files that were generated along with .egg-info
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/q2-types.egg-* {build_dir}/site.py \
export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-types.egg-* {build_dir}/site.py \
	{build_dir}/.coverage* {build_dir}/easy-install.pth

%: