sqlite-utils/.travis.yml
2018-07-28 06:48:53 -07:00

15 lines
238 B
YAML

language: python
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
script:
- pip install -U pip wheel
- pip install .[test]
- pytest
cache:
directories:
- $HOME/.cache/pip