]> git.jsancho.org Git - datasette-pytables.git/commitdiff
Disable Python 3.5 because a weird issue
authorFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:58:31 +0000 (10:58 +0200)
committerFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:58:31 +0000 (10:58 +0200)
.travis.yml

index c1b2a8eb2eaf83617e5489f14011f6ce592fd71e..716b66e4325db9dd28afc1aa01eb98cc354eb08e 100644 (file)
@@ -1,11 +1,12 @@
 language: python
 
 python:
 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:
   - 3.6
 
 before_install:
-  - pip install pytest aiohttp beautifulsoup4 datasette-core
+  # Install datasette dependencies
+  - pip install pytest aiohttp beautifulsoup4
 
 script:
   - python setup.py install
 
 script:
   - python setup.py install