Files
full-stack-fastapi-template/.travis.yml
Sebastián Ramírez f09fb854bf 🔧 Simplify scripts and development (#155)
* 🔧 Update scripts and configs

* 🔧 Add shebang to script

* 🔥 Remove test and dev configs, pass inline

*  Add local development dev-link set up

* 📝 Update generated docs with refactor

* 📝 Add Contributing guide
2020-04-19 20:19:25 +02:00

13 lines
128 B
YAML

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