datasette/.travis.yml
2018-04-16 17:34:47 -07:00

8 lines
138 B
YAML

language: python
python:
- 3.5
- 3.6
script:
- pip install pytest aiohttp beautifulsoup4 && python setup.py install && pytest -vv