From d3c2f4b3b2b7d6209dc2d004cb18620cd8f609dc Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Mon, 25 Jan 2016 09:11:54 +1000 Subject: [PATCH] Add missed dependency `weakrefmethod` This probably needs to be fixed in signalslot actually, but for now, this will do. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0cda530..30e1b73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - pip install pybuilder - pip install coveralls - pip install signalslot + - pip install weakrefmethod - pyb install_dependencies script: "pyb verify analyze" after_success: