From: Francesc Alted Date: Fri, 1 Jun 2018 08:43:40 +0000 (+0200) Subject: Run pytest directly X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=5db06c0eaef8b749243232cdb1a89c9c79e16c04;ds=sidebyside Run pytest directly --- diff --git a/.travis.yml b/.travis.yml index 9ad95a6..2e44e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_install: - pip install pytest aiohttp beautifulsoup4 script: - - python setup.py test + - pytest