mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-11 18:04:28 +00:00
13 lines
120 B
YAML
13 lines
120 B
YAML
sudo: required
|
|
|
|
language: python
|
|
|
|
install:
|
|
- pip install cookiecutter
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- bash ./test.sh
|