From 641de043f92c53f1badae8138b847e2ee83552f1 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 20 Nov 2014 03:13:03 +0800 Subject: [PATCH] fix travis --- test/test_remote_browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_remote_browser.py b/test/test_remote_browser.py index 5620cb4..9fcc266 100755 --- a/test/test_remote_browser.py +++ b/test/test_remote_browser.py @@ -103,7 +103,7 @@ class test_remote_browser_base(BrowserTests): name='pdf2htmlEX', passed=passed, public='public restricted', - tags = [pull_request] if pull_request else [branch] + tags = [pull_request] if pull_request != 'false' else [branch] ) except: pass