1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🚧 Replace Travis with CircleCI

This commit is contained in:
Gerber, Mike 2021-02-10 17:57:08 +01:00
parent 8533e6d421
commit 27f4c3bdf8

View file

@ -10,7 +10,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: pip3 install --upgrade pip - run: pip3 install --upgrade pip
- run: pip3 install -r requirements.txt - run: pip3 install -r requirements.txt -r requirements-dev.txt
- run: pytest - run: pytest
workflows: workflows: