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:53:50 +01:00
parent 3b7a1a5631
commit e8da8b63f8

View file

@ -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: