From 071a69b2d87776da26a78d0669f754f7081b578d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 3 Dec 2020 08:02:41 +0700 Subject: [PATCH] .travis.yml: Install declared PyPI dependencies --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4566db0..47c124c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,13 +20,7 @@ before_install: install: - sudo apt-get install python-dbus - pip install -U coverage pytest pytest-mock freezegun - - pip install i3-py Pillow Babel DateTime python-dateutil - - pip install docker feedparser==6.0.0b1 i3ipc - - pip install netifaces power - - pip install psutil pytz - - pip install requests simplejson - - pip install suntime - - pip install tzlocal + - pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u) script: - coverage run --source=. -m pytest tests -v after_script: