mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
This isn't working through Travis at the moment, so I'm disabling it and switching back to manual deploys.
8 lines
76 B
YAML
8 lines
76 B
YAML
language: python
|
|
|
|
python:
|
|
- 3.5
|
|
- 3.6
|
|
|
|
script:
|
|
- python setup.py test
|