simplify/speedup python tests

This commit is contained in:
holger krekel
2019-11-21 17:45:50 +01:00
parent e531210e56
commit 3370278bd3
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ ssh $SSHTARGET <<_HERE
# let's share the target dir with our last run on this branch/job-type
# cargo will make sure to block/unblock us properly
export CARGO_TARGET_DIR=\`pwd\`/../target
export TARGET=x86_64-unknown-linux-gnu
export RUSTC_WRAPPER=sccache
export TARGET=release
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
rm -rf virtualenv venv