fastapi/.travis.yml
Sebastián Ramírez 9b0aeb726c 👷 Add Travis
2018-12-09 18:57:19 +04:00

16 lines
158 B
YAML

language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pipenv install
script:
- scripts/test
# after_script:
# - codecov