mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
8 lines
66 B
YAML
8 lines
66 B
YAML
language: python
|
|
|
|
python:
|
|
- 3.5
|
|
- 3.6
|
|
|
|
script:
|
|
- pytest -vv
|