ci: ensure dcc_new_temp_email is propagated

Closes #1344
This commit is contained in:
dignifiedquire
2020-03-19 11:14:37 +01:00
parent 10afdfecdd
commit 62b1b0519a
5 changed files with 7 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ if [ -n "$TESTS" ]; then
tox --workdir "$TOXWORKDIR" -e py37 -- --reruns 3 -k "not qr"
tox --workdir "$TOXWORKDIR" -e py37 -- --reruns 3 -k "qr"
unset DCC_PY_LIVECONFIG
unset DCC_NEW_TMP_EMAIL
tox --workdir "$TOXWORKDIR" -p4 -e lint,py35,py36,doc
tox --workdir "$TOXWORKDIR" -e auditwheels
popd