Better cache in dockerfile

This commit is contained in:
Eliot Berriot 2017-12-16 15:19:08 +01:00
commit 1b58965e8c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,8 @@ test_api:
image: funkwhale/funkwhale:base
before_script:
- cd api
- pip install -r requirements/base.txt
- pip install -r requirements/local.txt
- pip install -r requirements/test.txt
script:
- pytest