From 423423753009de134d3a73904e57647e6fa2dd33 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Jun 2018 10:46:51 +0200 Subject: [PATCH 1/1] Enforce an install prior to the test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e44e53..7c7dad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ before_install: - pip install pytest aiohttp beautifulsoup4 script: + - python setup.py install - pytest -- 2.39.2