Skip to content

Commit

Permalink
Use released Docutils 0.19 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 6, 2022
1 parent 667351c commit 1f21e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- python: "3.10"
docutils: du18
- python: "3.10"
docutils: du19pre
docutils: du19
- python: "3.11-dev"
docutils: py311

Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Expand Up @@ -37,11 +37,6 @@ commands =
python -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils"
{[testenv]commands}

[testenv:du19pre]
commands =
python -m pip install --pre "docutils==0.19.*"
{[testenv]commands}

[testenv:flake8]
basepython = python3
description =
Expand Down

0 comments on commit 1f21e97

Please sign in to comment.