Skip to content

Commit

Permalink
Merge pull request #1527 from hugovk/master
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Nov 5, 2021
2 parents 24621cd + 54c8269 commit 830304c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
pip-version:
- "latest"
- "previous"
# TODO: uncomment after https://github.com/pytest-dev/py/issues/273 being fixed
# include:
# - os: Ubuntu
# python-version: 3.11-dev
# pip-version: latest
include:
- os: Ubuntu
python-version: 3.11-dev
pip-version: latest

env:
PY_COLORS: 1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
py{36,37,38,39,310,py3}-pip{previous,latest,main}-coverage
py{36,37,38,39,310,311,py3}-pip{previous,latest,main}-coverage
checkqa
readme
skip_missing_interpreters = True
Expand Down

0 comments on commit 830304c

Please sign in to comment.