X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=716b66e4325db9dd28afc1aa01eb98cc354eb08e;hp=2e44e53046ba37f33c8cf07569ea6bcd94465840;hb=57385b882e104d186a5c0e3730ac1f105e64bd20;hpb=5db06c0eaef8b749243232cdb1a89c9c79e16c04 diff --git a/.travis.yml b/.travis.yml index 2e44e53..716b66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ language: python python: - - 3.5 + # - 3.5 # Commented out because it complains about "Exception: No database connector found for /tmp/tmppd4goq40/test_tables.h5" - 3.6 before_install: + # Install datasette dependencies - pip install pytest aiohttp beautifulsoup4 script: + - python setup.py install - pytest