Skip to content

Commit

Permalink
TST: Use sphinx_oldest in tox
Browse files Browse the repository at this point in the history
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
  • Loading branch information
pllim and bsipocz committed Aug 17, 2023
1 parent ff52337 commit 8497ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Linux - test different Sphinx versions
- os: ubuntu-latest
python-version: 3.8
toxenv: py38-test-sphinx40
toxenv: py38-test-sphinx_oldest
- os: ubuntu-latest
python-version: 3.8
toxenv: py38-test-sphinx53
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py{38,39,310,311,312}-test-sphinx{40,53,62,70,71,72,dev}{-cov}{-clocale}
envlist = py{38,39,310,311,312}-test-sphinx{_oldest,53,62,70,71,72,dev}{-cov}{-clocale}
requires = pip >= 18.0
setuptools >= 30.3.0
isolated_build = true

[testenv]
changedir = .tmp/{envname}
deps =
sphinx40: sphinx==4.0.0
sphinx_oldest: sphinx==4.0.0
sphinx53: sphinx==5.3.*
sphinx62: sphinx==6.2.*
sphinx70: sphinx==7.0.*
Expand Down

0 comments on commit 8497ebc

Please sign in to comment.