]> git.jsancho.org Git - datasette-pytables.git/commitdiff
Enforce an install prior to the test
authorFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:46:51 +0000 (10:46 +0200)
committerFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:46:51 +0000 (10:46 +0200)
.travis.yml

index 2e44e53046ba37f33c8cf07569ea6bcd94465840..7c7dad7e796a70506db322db54f3965e814e6ab3 100644 (file)
@@ -8,4 +8,5 @@ before_install:
   - pip install pytest aiohttp beautifulsoup4
 
 script:
+  - python setup.py install
   - pytest