Skip to content

Commit

Permalink
Add tox posargs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 21, 2024
1 parent 7cc7d33 commit a98cc59
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 a98cc59

Please sign in to comment.