Skip to content
Snippets Groups Projects
Commit 5d1570c2 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-287: update device requirements paths

parent 148c13a0
No related branches found
No related tags found
1 merge request!146L2SS-287: implement python packaging
......@@ -19,7 +19,7 @@ stages:
newline_at_eof:
stage: linting
before_script:
- pip3 install -r devices/test-requirements.txt
- pip3 install -r tangostationcontrol/test-requirements.txt
script:
- flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude .tox,.egg-info,docker
python_linting:
......@@ -44,6 +44,8 @@ unit_test:
before_script:
- sudo apt-get update
- sudo apt-get install -y git
- pip3 install -r tangostationcontrol/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script:
- cd tangostationcontrol
- tox -e py37
......@@ -75,11 +77,11 @@ wheel_packaging:
stage: packaging
artifacts:
paths:
- devices/dist/*.whl
- tangostationcontrol/dist/*.whl
before_script:
- sudo apt-get update
- sudo apt-get install -y git
- pip3 install -r devices/test-requirements.txt
- pip3 install -r tangostationcontrol/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script:
- cd tangostationcontrol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment