mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 11:20:26 +02:00
🚧 Replace Travis with CircleCI
This commit is contained in:
parent
27f4c3bdf8
commit
e3d4493c82
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue