summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-11-18 14:57:00 -0500
committerJulian Berman <Julian@GrayVines.com>2020-11-18 14:57:00 -0500
commitdf48d09fb5c53408dd60861b22b564a8d1d92b48 (patch)
tree49f3795bef124174df0e49a2ecdb678051b34ffd
parentb586c28bbf9fd39c5c0602cb1d832b45c9c12c14 (diff)
downloadjsonschema-df48d09fb5c53408dd60861b22b564a8d1d92b48.tar.gz
Run more toxenvs on 3.9.
-rw-r--r--.github/workflows/ci.yml36
-rw-r--r--tox.ini6
2 files changed, 18 insertions, 24 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0652cb8..4e048dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,24 +29,6 @@ jobs:
toxenv: pypy3-format_nongpl-build
- name: pypy3
toxenv: pypy3-format_nongpl-tests
- - name: pypy3
- toxenv: readme
- - name: pypy3
- toxenv: safety
- - name: pypy3
- toxenv: secrets
- - name: pypy3
- toxenv: style
- - name: pypy3
- toxenv: docs-html
- - name: pypy3
- toxenv: docs-doctest
- - name: pypy3
- toxenv: docs-linkcheck
- - name: pypy3
- toxenv: docs-spelling
- - name: pypy3
- toxenv: docs-style
- name: 3.6
toxenv: py36-noextra-build
- name: 3.6
@@ -95,6 +77,24 @@ jobs:
toxenv: py39-format_nongpl-build
- name: 3.9
toxenv: py39-format_nongpl-tests
+ - name: 3.9
+ toxenv: docs-html
+ - name: 3.9
+ toxenv: docs-doctest
+ - name: 3.9
+ toxenv: docs-linkcheck
+ - name: 3.9
+ toxenv: docs-spelling
+ - name: 3.9
+ toxenv: docs-style
+ - name: 3.9
+ toxenv: readme
+ - name: 3.9
+ toxenv: safety
+ - name: 3.9
+ toxenv: secrets
+ - name: 3.9
+ toxenv: style
exclude:
- os: windows-latest
python-version:
diff --git a/tox.ini b/tox.ini
index fbd59eb..e731f11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,42 +73,36 @@ deps = detect-secrets
commands = {envbindir}/detect-secrets scan {toxinidir}
[testenv:style]
-basepython = pypy3
deps =
flake8
commands =
{envpython} -m flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs
[testenv:docs-html]
-basepython = pypy3
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-doctest]
-basepython = pypy3
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-linkcheck]
-basepython = pypy3
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-spelling]
-basepython = pypy3
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
{toxinidir}
[testenv:docs-style]
-basepython = pypy3
commands = doc8 {posargs} {toxinidir}/docs
deps =
doc8