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