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