Skip to content

Commit

Permalink
[Madoshakalaka#75] use python -m tox instead of just tox
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <finneybp@gmail.com>
  • Loading branch information
bryant-finney committed Nov 9, 2021
1 parent dc8a818 commit a75e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tox:windows:
- { PY_MAJOR: 3, PY_MINOR: 8, PY_PATCH: 10 }

script:
- tox -e py${PY_MAJOR}${PY_MINOR} .
- python -m tox -e py${PY_MAJOR}${PY_MINOR} .

stage: test
tags:
Expand Down

0 comments on commit a75e1ff

Please sign in to comment.