Merge pull request #147 from nlevitt/fix-travis-jan2020

tests need trough
This commit is contained in:
Noah Levitt 2020-01-08 14:29:16 -08:00 committed by GitHub
commit 5c15582be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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