From 6b43b6131704c89e2e905b2307c45f1c953f2003 Mon Sep 17 00:00:00 2001 From: Jim Fulton Date: Thu, 21 Jul 2016 12:40:19 +0000 Subject: [PATCH] Try to understand wtf with a test on travis for Python 2.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc7a235b8..0e9347b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ install: - python bootstrap.py - bin/buildout script: - - bin/test -v1j99 + - bin/test -v1j99 -t can_use_empty_string_for_local_host_on_client notifications: email: false