]> git.jsancho.org Git - datasette-pytables.git/blob - .travis.yml
9ad95a623da8c94fe68829242ac571aeda193ee7
[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