Skip to content

Commit

Permalink
Update tox environments (#1967)
Browse files Browse the repository at this point in the history
Since tox==4.9.0, only explicitly declared environments are permitted to run.
  • Loading branch information
atugushev committed Aug 18, 2023
1 parent 00d7adf commit 5c36749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
pip-version:
- latest
env:
TOXENV: pip${{ matrix.pip-version }}
TOXENV: pip${{ matrix.pip-version }}-coverage
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
py{37,38,39,310,311,312,py3}-pip{previous,latest,main}-coverage
pip{previous,latest,main}-coverage
checkqa
readme
skip_missing_interpreters = True
Expand Down

0 comments on commit 5c36749

Please sign in to comment.