fastapi/.travis.yml
Sebastián Ramírez 7da9625505 💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
2018-12-18 22:36:04 +04:00

17 lines
215 B
YAML

language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pip install flit
- flit install
script:
- bash scripts/test.sh
after_script:
- bash <(curl -s https://codecov.io/bash)