starlette/.travis.yml

16 lines
173 B
YAML
Raw Normal View History

2018-06-25 13:15:32 +00:00
language: python
cache: pip
python:
- "pypy3.5"
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
script:
- scripts/lint
- scripts/test