chore(ci): enable livetests

This commit is contained in:
dignifiedquire
2019-08-14 00:04:42 +02:00
committed by holger krekel
parent 6ba37a135e
commit 4f1551b91f

View File

@@ -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