Newer
Older
image: artefact.skatelescope.org/ska-tango-images/tango-itango:9.3.3.7
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# The PBR dependency requires a set version, not actually used
# Instead `util/lofar_git.py:get_version()` is used.
- linting
- unit-tests
linting:
stage: linting
- tox -e pep8
unit_test:
stage: unit-tests
before_script:
- sudo apt-get update
- sudo apt-get install -y git