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

Remove pytest from tox

parent a91033cf
No related merge requests found
Pipeline #16332 failed with stages
in 3 minutes and 36 seconds
......@@ -21,6 +21,8 @@ before_script:
test:
script:
- source venv/bin/activate
- which pip; which python
- pip install pytest tox # you can also use tox
- pip install --editable ".[test]"
- python -m tox -e py
......
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