X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=716b66e4325db9dd28afc1aa01eb98cc354eb08e;hp=9ad95a623da8c94fe68829242ac571aeda193ee7;hb=ca01a7a7a6320ba50a2374fab68d69dc5aacec4e;hpb=5d2109858e12f6ac5f3e620079580a575fb121b6 diff --git a/.travis.yml b/.travis.yml index 9ad95a6..716b66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ 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: - - python setup.py test + - python setup.py install + - pytest