summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 43050db..8e5aa49 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -47,7 +47,6 @@ case $MVN_PHASE in
clean)
echo "==> clean phase script"
clean_templated_files
- clean_tox_files
rm -rf ./venv-* ./*.wgn ./site
;;
generate-sources)
@@ -59,7 +58,6 @@ compile)
;;
test)
echo "==> test phase script"
- run_tox_test
;;
package)
echo "==> package phase script"