]> git.jsancho.org Git - datasette-pytables.git/blobdiff - .travis.yml
Testing TravisCI
[datasette-pytables.git] / .travis.yml
index 9ad95a623da8c94fe68829242ac571aeda193ee7..c1b2a8eb2eaf83617e5489f14011f6ce592fd71e 100644 (file)
@@ -5,7 +5,8 @@ python:
   - 3.6
 
 before_install:
-  - pip install pytest aiohttp beautifulsoup4
+  - pip install pytest aiohttp beautifulsoup4 datasette-core
 
 script:
-  - python setup.py test
+  - python setup.py install
+  - pytest