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

Add a debug message

parent e2745430
Branches
No related merge requests found
Pipeline #16329 failed with stages
in 3 minutes and 29 seconds
......@@ -7,6 +7,7 @@ cache:
paths:
- .tox
- .cache/pip
- venv/
stages:
- test
......@@ -17,12 +18,12 @@ before_script:
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install .
test:
script:
- pip install tox # you can also use tox
- pip install --editable ".[test]"
- python -c "import combo"
- 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