From: Francesc Alted Date: Fri, 1 Jun 2018 08:46:51 +0000 (+0200) Subject: Enforce an install prior to the test X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=423423753009de134d3a73904e57647e6fa2dd33;hp=5db06c0eaef8b749243232cdb1a89c9c79e16c04 Enforce an install prior to the test --- diff --git a/.travis.yml b/.travis.yml index 2e44e53..7c7dad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ before_install: - pip install pytest aiohttp beautifulsoup4 script: + - python setup.py install - pytest