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: ...@@ -19,7 +19,7 @@ stages:
newline_at_eof: newline_at_eof:
stage: linting stage: linting
before_script: before_script:
- pip3 install -r devices/test-requirements.txt - pip3 install -r tangostationcontrol/test-requirements.txt
script: script:
- flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude .tox,.egg-info,docker - flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude .tox,.egg-info,docker
python_linting: python_linting:
...@@ -44,6 +44,8 @@ unit_test: ...@@ -44,6 +44,8 @@ unit_test:
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y git - sudo apt-get install -y git
- pip3 install -r tangostationcontrol/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script: script:
- cd tangostationcontrol - cd tangostationcontrol
- tox -e py37 - tox -e py37
...@@ -75,11 +77,11 @@ wheel_packaging: ...@@ -75,11 +77,11 @@ wheel_packaging:
stage: packaging stage: packaging
artifacts: artifacts:
paths: paths:
- devices/dist/*.whl - tangostationcontrol/dist/*.whl
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y git - 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 - pip3 install -r docker-compose/itango/lofar-requirements.txt
script: script:
- cd tangostationcontrol - cd tangostationcontrol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment