X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=.travis.yml;h=c1b2a8eb2eaf83617e5489f14011f6ce592fd71e;hp=9ad95a623da8c94fe68829242ac571aeda193ee7;hb=cc3d5deff6280243485032b9d74fdb70330e6c0d;hpb=5d2109858e12f6ac5f3e620079580a575fb121b6 diff --git a/.travis.yml b/.travis.yml index 9ad95a6..c1b2a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: - 3.6 before_install: - - pip install pytest aiohttp beautifulsoup4 + - pip install pytest aiohttp beautifulsoup4 datasette-core script: - - python setup.py test + - python setup.py install + - pytest