GitLab CI: Added missing apt dependency.

This commit is contained in:
s3lph 2018-05-29 22:53:46 +02:00
parent 0f1a150653
commit 516f7f08d9

View file

@ -4,7 +4,7 @@ image: debian:stretch
test: test:
script: script:
- apt-get update -qy - apt-get update -qy
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools - apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
- pip3 install wheel - pip3 install wheel
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- python3-coverage run --branch setup.py test - python3-coverage run --branch setup.py test