fastapi/.travis.yml

18 lines
179 B
YAML

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