travis: allow Python 2.6 to fail until we figure out why Travis hangs (#9776)
This commit is contained in:
parent
236b34f3df
commit
88a3393462
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user