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

L2SS-287: Change gitlab ci entry paths for tox

parent 858f894b
No related branches found
No related tags found
1 merge request!146L2SS-287: implement python packaging
...@@ -25,12 +25,12 @@ newline_at_eof: ...@@ -25,12 +25,12 @@ newline_at_eof:
python_linting: python_linting:
stage: linting stage: linting
script: script:
- cd devices - cd tangostationcontrol
- tox -e pep8 - tox -e pep8
bandit: bandit:
stage: static-analysis stage: static-analysis
script: script:
- cd devices - cd tangostationcontrol
- tox -e bandit - tox -e bandit
shellcheck: shellcheck:
stage: static-analysis stage: static-analysis
...@@ -45,8 +45,8 @@ unit_test: ...@@ -45,8 +45,8 @@ unit_test:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y git - sudo apt-get install -y git
script: script:
- cd devices - cd tangostationcontrol
- tox --recreate -e py37 - tox -e py37
integration_test: integration_test:
stage: integration-tests stage: integration-tests
allow_failure: true allow_failure: true
...@@ -82,5 +82,5 @@ wheel_packaging: ...@@ -82,5 +82,5 @@ wheel_packaging:
- pip3 install -r devices/test-requirements.txt - pip3 install -r devices/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt - pip3 install -r docker-compose/itango/lofar-requirements.txt
script: script:
- cd devices - cd tangostationcontrol
- python setup.py bdist_wheel - python setup.py bdist_wheel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment