diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46ab7bd1..bc5e876e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: ${{ runner.os }}-pip-lint- ${{ runner.os }}-pip- - - run: python -m pip install tox + - run: python -m pip install tox<4 - run: tox -q -p all -e flake8,towncrier,twine,check-manifest diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6bac9978..462ac279 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,7 @@ Developing ========== -This project uses `Tox `_ to manage virtual environments. +This project uses `Tox 3 `_ to manage virtual environments. To run the tests::