GitLab CI: Added missing pip dependency.

This commit is contained in:
s3lph 2018-05-29 22:51:08 +02:00
parent 15bd9e9747
commit 0f1a150653

View file

@ -5,6 +5,7 @@ test:
script:
- apt-get update -qy
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools
- pip3 install wheel
- pip3 install -r requirements.txt
- python3-coverage run --branch setup.py test
- python3-coverage report -m