11 lines
226 B
YAML
11 lines
226 B
YAML
---
|
|
pipeline:
|
|
|
|
test:
|
|
image: python:3.9
|
|
commands:
|
|
- pip3 install -r requirements.txt
|
|
- >-
|
|
./generate_map.py
|
|
--cache-directory cache.example
|
|
--rename 'Frankfurt am Main' 'Frankfurt'
|