Skip to content
Snippets Groups Projects
Commit 05002f3f authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Run tox via python -m

parent 1a76f0b8
Branches
Tags
No related merge requests found
Pipeline #16330 failed with stages
in 3 minutes and 40 seconds
......@@ -24,7 +24,7 @@ test:
- pip install tox # you can also use tox
- pip install --editable ".[test]"
- python -c "import combo"
- tox -e py
- python -m tox -e py
#before_script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment