mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
parallelize tox-runs somewhat
This commit is contained in:
@@ -42,14 +42,15 @@ if [ -n "$TESTS" ]; then
|
|||||||
|
|
||||||
tox --workdir "$TOXWORKDIR" -e py37
|
tox --workdir "$TOXWORKDIR" -e py37
|
||||||
unset DCC_PY_LIVECONFIG
|
unset DCC_PY_LIVECONFIG
|
||||||
tox --workdir "$TOXWORKDIR" -e lint,py35,py36,auditwheels
|
tox --workdir "$TOXWORKDIR" -p4 -e lint,py35,py36,doc
|
||||||
|
tox --workdir "$TOXWORKDIR" -e auditwheels
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ -n "$DOCS" ]; then
|
# if [ -n "$DOCS" ]; then
|
||||||
echo -----------------------
|
# echo -----------------------
|
||||||
echo generating python docs
|
# echo generating python docs
|
||||||
echo -----------------------
|
# echo -----------------------
|
||||||
(cd python && tox --workdir "$TOXWORKDIR" -e doc)
|
# (cd python && tox --workdir "$TOXWORKDIR" -e doc)
|
||||||
fi
|
# fi
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ commands =
|
|||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
deps =
|
deps =
|
||||||
sphinx==2.0.1
|
sphinx==2.2.0
|
||||||
breathe
|
breathe
|
||||||
|
|
||||||
changedir = doc
|
changedir = doc
|
||||||
|
|||||||
Reference in New Issue
Block a user