]> git.jsancho.org Git - datasette-pytables.git/blobdiff - .travis.yml
Enforce an install prior to the test
[datasette-pytables.git] / .travis.yml
index 9ad95a623da8c94fe68829242ac571aeda193ee7..7c7dad7e796a70506db322db54f3965e814e6ab3 100644 (file)
@@ -8,4 +8,5 @@ before_install:
   - pip install pytest aiohttp beautifulsoup4
 
 script:
-  - python setup.py test
+  - python setup.py install
+  - pytest