From 88a3393462fbb95b8bf2f1ecd071785c6ff37fbf Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Fri, 9 Nov 2018 09:29:13 -0800
Subject: [PATCH] travis: allow Python 2.6 to fail until we figure out why
 Travis hangs (#9776)

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e158510f5b..9d26ec83fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -116,6 +116,8 @@ jobs:
   allow_failures:
     - dist: xenial
     - env: TEST_SUITE=docker
+    # temporary Python 2.6 exception while we figure out why Travis is hanging
+    - python: '2.6'
 
 stages:
   - 'style checks'
-- 
GitLab