Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 7, 2024
1 parent be1b81a commit 20895fd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires =
tox>=4
envlist =
py3{8,9,10,11,12}-{full,pre}
py38-min
py3{10,11,12}
skip_missing_interpreters = true

# Configuration that allows us to split tests across GitHub runners effectively
Expand All @@ -13,17 +12,9 @@ python =
3.11: py311
3.12: py312

[gh-actions:env]
DEPENDS =
min: min
full: full
pre: pre

[testenv]
description = Pytest with coverage
labels = test
pip_pre =
pre: true
pass_env =
# getpass.getuser() sources for Windows:
LOGNAME
Expand Down

0 comments on commit 20895fd

Please sign in to comment.