From 47731c61c13520349b565151ede6f028f3789f5a Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 8 Jan 2020 14:05:04 -0800 Subject: [PATCH] tests need trough --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10d902e..5211f07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: - ping -c2 trough install: -- pip install . pytest requests warcio mock +- pip install .[trough] pytest requests warcio mock before_script: - docker exec trough bash -c 'while ! test -e /tmp/trough-read.out ; do sleep 0.5 ; done' || true