Skip to content

Commit

Permalink
Merge pull request #706 from cdce8p/tox-posargs
Browse files Browse the repository at this point in the history
Add tox posargs
  • Loading branch information
takluyver authored Feb 7, 2025
2 parents dc30bf8 + fe26f81 commit c13d414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ setenv =
PYTHONPATH = flit_core

commands =
python -m pytest --cov=flit --cov=flit_core/flit_core
python -m pytest --cov=flit --cov=flit_core/flit_core {posargs}

# Python 3.6: only test flit_core
[testenv:py36]
commands =
python -m pytest --cov=flit_core/flit_core flit_core
python -m pytest --cov=flit_core/flit_core flit_core {posargs}

# Python 3.7: only test flit_core
[testenv:py37]
commands =
python -m pytest --cov=flit_core/flit_core flit_core
python -m pytest --cov=flit_core/flit_core flit_core {posargs}

[testenv:bootstrap]
skip_install = true
Expand Down

0 comments on commit c13d414

Please sign in to comment.