starlette/.travis.yml

20 lines
225 B
YAML

dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install -U -r requirements.txt
script:
- scripts/test
after_script:
- pip install codecov
- codecov