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:
parent
3b7a1a5631
commit
e8da8b63f8
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ version: 2.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
parameters:
|
||||||
|
python-version:
|
||||||
|
type: string
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:<< parameters.python-version >>
|
- image: circleci/python:<< parameters.python-version >>
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue