fix missing renames and tox dep

This commit is contained in:
holger krekel
2019-11-22 02:23:16 +01:00
parent 7e3c61eb41
commit 8d4b893658
3 changed files with 14 additions and 8 deletions

View File

@@ -19,4 +19,5 @@ rm -rf src/deltachat/__pycache__
export PYTHONDONTWRITEBYTECODE=1
# run python tests (tox invokes pytest to run tests in python/tests)
tox -e lintdoc,py37
TOX_PARALLEL_NO_SPINNER=1 tox -p2 -e lint,doc
tox -e py37