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

Add a debug message

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