From 5d2109858e12f6ac5f3e620079580a575fb121b6 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Jun 2018 10:37:30 +0200 Subject: [PATCH 1/1] Install test dependencies for datasette core --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2