Skip to content

Commit

Permalink
Install package as wheel in all tox envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Aug 14, 2023
1 parent e66b203 commit 0ba4ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ deps =
pytest-cov==4.0.0
commands =
pytest {posargs}
# Install package as wheel in all envs (https://hynek.me/articles/turbo-charge-tox/).
package = wheel
wheel_build_env = .pkg

[testenv:style]
basepython = python3
Expand Down

0 comments on commit 0ba4ee7

Please sign in to comment.