fastapi/.travis.yml

18 lines
225 B
YAML

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