X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/548d6991610ae547b34e6c3058fc8299c9b25658..911470a610e47d9da5ea938b0887c3df62819b85:/tox.ini diff --git a/tox.ini b/tox.ini index a97d189..57f41ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {,ci-}py{36,37,38,39},fuzz +envlist = {,ci-}py{36,37,38,39,310},fuzz [testenv] setenv = PYTHONPATH = {toxinidir}/src @@ -16,10 +16,17 @@ commands = pip install -e .[d] coverage erase pytest tests --run-optional no_python2 \ + --run-optional no_jupyter \ !ci: --numprocesses auto \ --cov {posargs} pip install -e .[d,python2] pytest tests --run-optional python2 \ + --run-optional no_jupyter \ + !ci: --numprocesses auto \ + --cov --cov-append {posargs} + pip install -e .[jupyter] + pytest tests --run-optional jupyter \ + -m jupyter \ !ci: --numprocesses auto \ --cov --cov-append {posargs} coverage report