X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=716b66e4325db9dd28afc1aa01eb98cc354eb08e;hp=fc01da265c7a6dfbd2d0359efa79159508667011;hb=57385b882e104d186a5c0e3730ac1f105e64bd20;hpb=81d2136c063b4050cd43d23e49a005d44ba1195e diff --git a/.travis.yml b/.travis.yml index fc01da2..716b66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +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