]> git.jsancho.org Git - datasette-pytables.git/blob - .travis.yml
Add the release notes in github is documented
[datasette-pytables.git] / .travis.yml
1 language: python
2
3 python:
4   # - 3.5  # Commented out because it complains about "Exception: No database connector found for /tmp/tmppd4goq40/test_tables.h5"
5   - 3.6
6
7 before_install:
8   # Install datasette dependencies
9   - pip install pytest aiohttp beautifulsoup4
10
11 script:
12   - python setup.py install
13   - pytest