librefi/.gitlab-ci.yml

15 lines
282 B
YAML
Raw Normal View History

2020-09-05 13:57:10 +02:00
default:
image: python:3.8-alpine
before_script:
- pip3 install -r librefi/requirements.txt
- pip3 install -r librefi/dev_requirements.txt
unit_tests:
script:
- nosetests tests/*.py
integration_test:
image: python:3.8-buster
2020-09-05 13:57:10 +02:00
script:
- python3 -m librefi