Skip to content

Commit

Permalink
Pin tox
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Dec 19, 2022
1 parent eae9a5d commit f91ea09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ commands:
default: "18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,43,44,45,50,latest"
steps:
- checkout
- run: pip install --user tox
# Tox >=4 fails with `ValueError: py310-sphinx{18`
- run: pip install --user 'tox<4'
- run: tox -e "<<parameters.version>>-sphinx{<<parameters.sphinx-version>>}"

jobs:
Expand Down

0 comments on commit f91ea09

Please sign in to comment.