Skip to content

Commit

Permalink
Re-use wheels in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Mar 6, 2024
1 parent cb1599d commit 09e80f4
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 = py27,py35,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3

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

0 comments on commit 09e80f4

Please sign in to comment.