fixed broken build

This commit is contained in:
Eliot Berriot 2019-01-21 14:20:14 +01:00
parent 685d115960
commit ce3543b471
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 4 additions and 5 deletions

View File

@ -148,11 +148,10 @@ test_api:
- branches - branches
before_script: before_script:
- cd api - cd api
- apt-get update - sed -i '/Pillow/d' requirements/base.txt
- grep "^[^#;]" requirements.apt | grep -Fv "python3-dev" | xargs apt-get install -y --no-install-recommends - pip3 install -r requirements/base.txt
- pip install -r requirements/base.txt - pip3 install -r requirements/local.txt
- pip install -r requirements/local.txt - pip3 install -r requirements/test.txt
- pip install -r requirements/test.txt
script: script:
- pytest --cov=funkwhale_api tests/ - pytest --cov=funkwhale_api tests/
tags: tags: