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

Add gitlab-ci using tango image

parent fa805f60
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
image: artefact.skatelescope.org/ska-tango-images/tango-itango:9.3.3.7
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- .tox
before_script:
- pip install tox
stages:
- linting
- unit-tests
linting:
stage: linting
script:
- tox -e pep8
unit_test:
stage: unit-tests
# image: python:3.6-buster
script:
- tox -e py36
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment