summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 481372adf8..bc3639fca0 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'