librefi/.gitlab-ci.yml

19 lines
411 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 14:19:01 +02:00
before_script:
- pip3 install -r librefi/requirements.txt
2020-09-05 14:21:01 +02:00
- apt-get -y update
- apt-get -y install network-manager
2020-09-05 13:57:10 +02:00
script:
- python3 -m librefi