mirror of https://github.com/encode/starlette.git
16 lines
173 B
YAML
16 lines
173 B
YAML
|
language: python
|
||
|
|
||
|
cache: pip
|
||
|
|
||
|
python:
|
||
|
- "pypy3.5"
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
|
||
|
script:
|
||
|
- scripts/lint
|
||
|
- scripts/test
|