mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 11:54:32 +02:00
15 lines
238 B
YAML
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
|