From 5328a151f4f4d396815ce0f838f206299622d32c Mon Sep 17 00:00:00 2001 From: Pierre Dorbais Date: Tue, 30 Jan 2018 17:08:17 +0100 Subject: [PATCH] [modules] taskwarrior - added taskw python dependency for Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 08c3046..e33e3fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - pip install pyyaml - pip install -U coverage==4.3 - pip install codeclimate-test-reporter + - pip install taskw script: - nosetests -v --with-coverage --cover-erase tests/ - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter