travis: allow Python 2.6 to fail until we figure out why Travis hangs (#9776)

This commit is contained in:
Todd Gamblin 2018-11-09 09:29:13 -08:00 committed by GitHub
parent 236b34f3df
commit 88a3393462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'