Skip to content

Commit

Permalink
ci(test): enable wheel building and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 12, 2023
1 parent 8ddab2a commit a09780d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
; {py311, py310, py39, py38}-{dev, sdist, wheel}-{linux, macos, windows}
{py311, py310, py39, py38}-{sdist}-{linux, macos, windows}
{py311, py310, py39, py38}-{sdist, wheel}-{linux, macos, windows}
; coverage
isolated_build = true
skip_missing_interpreters = false
Expand Down Expand Up @@ -51,7 +51,7 @@ commands =
pytest -ra --cov --cov-report=term-missing \
--cov-report=html:{envdir}/htmlcov --cov-context=test \
--cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
{posargs:-n auto} tests -k test_cli
{posargs:-n auto} tests


## CI oriented Envs integrating with GH Actions Tox Plugin ##
Expand Down

0 comments on commit a09780d

Please sign in to comment.