starlette/.travis.yml

17 lines
171 B
YAML
Raw Normal View History

2018-06-25 13:15:32 +00:00
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
2018-06-25 13:15:32 +00:00
install:
- pip install -r requirements.txt
script:
- scripts/test
2018-06-25 13:48:18 +00:00
after_script:
- codecov