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

Remove pytest from tox

parent 05002f3f
Branches
Tags
No related merge requests found
Pipeline #16331 failed with stages
in 3 minutes and 36 seconds
......@@ -21,9 +21,8 @@ before_script:
test:
script:
- pip install tox # you can also use tox
- pip install pytest tox # you can also use tox
- pip install --editable ".[test]"
- python -c "import combo"
- python -m tox -e py
......
......@@ -2,5 +2,4 @@
envlist = py
[testenv]
deps = pytest
commands = pytest {posargs}
\ No newline at end of file
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