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

🚧 Replace Travis with CircleCI

This commit is contained in:
Gerber, Mike 2021-02-10 17:58:58 +01:00
parent 27f4c3bdf8
commit e3d4493c82

View file

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