]> git.jsancho.org Git - datasette-pytables.git/blob - .travis.yml
7c7dad7e796a70506db322db54f3965e814e6ab3
[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 install
12   - pytest