revert back to split doc and lint

This commit is contained in:
holger krekel
2019-11-22 02:50:05 +01:00
parent 8d4b893658
commit f44b2a63b0
2 changed files with 5 additions and 5 deletions

View File

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