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:
python_linting:
stage: linting
script:
- cd devices
- cd tangostationcontrol
- tox -e pep8
bandit:
stage: static-analysis
script:
- cd devices
- cd tangostationcontrol
- tox -e bandit
shellcheck:
stage: static-analysis
......@@ -45,8 +45,8 @@ unit_test:
- sudo apt-get update
- sudo apt-get install -y git
script:
- cd devices
- tox --recreate -e py37
- cd tangostationcontrol
- tox -e py37
integration_test:
stage: integration-tests
allow_failure: true
......@@ -82,5 +82,5 @@ wheel_packaging:
- pip3 install -r devices/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script:
- cd devices
- cd tangostationcontrol
- 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