fastapi/.travis.yml
Sebastián Ramírez d46dff19ac 💚 Fix testing script name
2018-12-09 19:02:47 +04:00

17 lines
182 B
YAML

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