]> git.jsancho.org Git - datasette-pytables.git/blob - .travis.yml
Install test dependencies for datasette core
[datasette-pytables.git] / .travis.yml
1 language: python
2
3 python:
4   - 3.5
5   - 3.6
6
7 before_install:
8   - pip install pytest aiohttp beautifulsoup4
9
10 script:
11   - python setup.py test