diff --git a/.travis.yml b/.travis.yml
index 481372adf88957d852aa70456431c0ae9ea9ef46..bc3639fca0ea3a9ec2ba4e2d00b371c82a0826e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,6 +112,8 @@ jobs:
       env: TEST_SUITE=docker
   allow_failures:
     - env: TEST_SUITE=docker
+    # temporary Python 2.6 exception while we figure out why Travis is hanging
+    - python: '2.6'
 
 stages:
   - 'style checks'