Files
full-stack-fastapi-template/.travis.yml

13 lines
120 B
YAML
Raw Normal View History

sudo: required
language: python
install:
- pip install cookiecutter
services:
- docker
script:
- bash ./test.sh