Skip to content
Snippets Groups Projects
Commit 6cd66cfe authored by Hock, Martin's avatar Hock, Martin
Browse files

Use requirements for pip

Change unittests
parent 9bea758f
No related branches found
No related tags found
3 merge requests!12v.0.1 for alpha release,!6Implement basic functionality of publish.,!5Don't skip tests anymore
Pipeline #708177 passed
......@@ -20,15 +20,15 @@ variables:
# them in a virtualenv and cache it as well.
cache:
paths:
- .cache/pip
- venv/
# - .cache/pip #
# - venv/ #
before_script:
- python --version # For debugging
- pip install matplotlib # install dependencies from file?
- pip install -r requirements.txt # install dependencies from file
# - pip install virtualenv
# - virtualenv venv
# - source venv/bin/activate
......@@ -37,7 +37,8 @@ test:
tags:
- docker
script:
- python -m unittest discover -s ./tests/ -p "test*"
# - python -m unittest discover -s ./tests/ -p "test*" # deprecated unittest command
- python runner_tests.py
# - pip install tox flake8 # you can also use tox
# - tox -e py36,flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment