]> git.jsancho.org Git - datasette-pytables.git/blobdiff - .travis.yml
Run pytest directly
[datasette-pytables.git] / .travis.yml
index fc01da265c7a6dfbd2d0359efa79159508667011..2e44e53046ba37f33c8cf07569ea6bcd94465840 100644 (file)
@@ -4,5 +4,8 @@ python:
   - 3.5
   - 3.6
 
+before_install:
+  - pip install pytest aiohttp beautifulsoup4
+
 script:
-  - python setup.py test
+  - pytest