From 97cf5151bada4a8a09107257b54b0bcf98a7f965 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 16 Apr 2018 17:34:47 -0700 Subject: [PATCH] pip install test dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 796f8a1c..baa21838 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: - 3.6 script: - - python setup.py install && pytest -vv + - pip install pytest aiohttp beautifulsoup4 && python setup.py install && pytest -vv