starlette/.travis.yml

15 lines
208 B
YAML

language: python
cache: pip
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
script:
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then scripts/lint; fi
- scripts/test