GitLab CI: Added missing pip dependency.
This commit is contained in:
parent
15bd9e9747
commit
0f1a150653
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue