From e73dbe9c50cd3a7afc1eadf58f3738e4dfca94cd Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Jun 2018 10:58:31 +0200 Subject: [PATCH] Disable Python 3.5 because a weird issue --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2