X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=716b66e4325db9dd28afc1aa01eb98cc354eb08e;hp=c1b2a8eb2eaf83617e5489f14011f6ce592fd71e;hb=e73dbe9c50cd3a7afc1eadf58f3738e4dfca94cd;hpb=cc3d5deff6280243485032b9d74fdb70330e6c0d diff --git a/.travis.yml b/.travis.yml index c1b2a8e..716b66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ 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: - - pip install pytest aiohttp beautifulsoup4 datasette-core + # Install datasette dependencies + - pip install pytest aiohttp beautifulsoup4 script: - python setup.py install