From 5db06c0eaef8b749243232cdb1a89c9c79e16c04 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Jun 2018 10:43:40 +0200 Subject: [PATCH] Run pytest directly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2