From: Francesc Alted <faltet@gmail.com>
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/?a=commitdiff_plain;h=423423753009de134d3a73904e57647e6fa2dd33;p=datasette-pytables.git

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