From: Francesc Alted Date: Fri, 1 Jun 2018 08:37:30 +0000 (+0200) Subject: Install test dependencies for datasette core X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=5d2109858e12f6ac5f3e620079580a575fb121b6;ds=sidebyside Install test dependencies for datasette core --- diff --git a/.travis.yml b/.travis.yml index fc01da2..9ad95a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,8 @@ python: - 3.5 - 3.6 +before_install: + - pip install pytest aiohttp beautifulsoup4 + script: - python setup.py test