Skip to content

Commit 68300c6

Browse files
committed
Fix tox -e twine
1 parent e7625f0 commit 68300c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-pip-lint-
2828
${{ runner.os }}-pip-
2929
30-
- run: python -m pip install tox
30+
- run: python -m pip install 'tox<4'
3131

3232
- run: tox -q -p all -e flake8,towncrier,twine,check-manifest
3333

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Developing
22
==========
33

4-
This project uses `Tox <https://tox.readthedocs.io/en/latest/config.html>`_ to manage virtual environments.
4+
This project uses `Tox 3 <https://tox.readthedocs.io/en/latest/config.html>`_ to manage virtual environments.
55

66
To run the tests::
77

0 commit comments

Comments
 (0)