From 77edd1a95e5a040db02ef3908d56a6b958cb0650 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 14 Aug 2019 00:04:42 +0200 Subject: [PATCH] chore(ci): enable livetests --- ci_scripts/run_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/run_all.sh b/ci_scripts/run_all.sh index 542d37f36..b8f81e964 100755 --- a/ci_scripts/run_all.sh +++ b/ci_scripts/run_all.sh @@ -39,7 +39,7 @@ if [ -n "$TESTS" ]; then # run tox # XXX we don't run liveconfig tests because they hang sometimes # see https://github.com/deltachat/deltachat-core-rust/issues/331 - unset DCC_PY_LIVECONFIG + # unset DCC_PY_LIVECONFIG tox --workdir "$TOXWORKDIR" -e lint,py27,py35,py36,py37,auditwheels popd