dev-testing #2

Merged
tormakris merged 3 commits from dev-testing into master 2020-05-08 22:24:57 +02:00
Showing only changes of commit b282b6a373 - Show all commits

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