Skip to content

Commit

Permalink
Share wheel accross venv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Mar 4, 2024
1 parent 8c534de commit 357ab40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ skip_missing_interpreters = true
envlist = py36,py37,py38,py39,py310,py311,py312,pypy3

[testenv]
package = wheel
wheel_build_env = .pkg
deps = pytest
commands = py.test {posargs}

Expand Down

0 comments on commit 357ab40

Please sign in to comment.