X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=716b66e4325db9dd28afc1aa01eb98cc354eb08e;hp=7c7dad7e796a70506db322db54f3965e814e6ab3;hb=HEAD;hpb=423423753009de134d3a73904e57647e6fa2dd33 diff --git a/.travis.yml b/.travis.yml index 7c7dad7..716b66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ 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: