From: Francesc Alted Date: Fri, 1 Jun 2018 08:58:31 +0000 (+0200) Subject: Disable Python 3.5 because a weird issue X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=e73dbe9c50cd3a7afc1eadf58f3738e4dfca94cd Disable Python 3.5 because a weird issue --- 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