GitLab CI: Added missing apt dependency.
This commit is contained in:
parent
0f1a150653
commit
516f7f08d9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ image: debian:stretch
|
|||
test:
|
||||
script:
|
||||
- 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 -r requirements.txt
|
||||
- python3-coverage run --branch setup.py test
|
||||
|
|
Loading…
Reference in a new issue