play with ci

This commit is contained in:
Kovács Bence János 2020-05-08 22:19:21 +02:00
parent 644c2df888
commit b282b6a373
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ steps:
environment:
REDIS_URL: "redis://cache"
commands:
- pip3 install -r requirements.txt
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pytest test.py
@ -80,4 +80,4 @@ services:
volumes:
- name: cache
temp: {}
host: /tmp/cache