Skip to content
Snippets Groups Projects
Commit 9dac1929 authored by Marcel Huber's avatar Marcel Huber
Browse files

run tests using tox

parent 0fe88338
No related branches found
No related tags found
No related merge requests found
Pipeline #260955 failed
...@@ -20,10 +20,8 @@ cache: ...@@ -20,10 +20,8 @@ cache:
before_script: before_script:
- python -V # Print out python version for debugging - python -V # Print out python version for debugging
- pip install virtualenv - pip install tox
- virtualenv venv
- source venv/bin/activate
test: test:
script: script:
- python test/wait-for-it.py - tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment