Skip to content
Snippets Groups Projects
Unverified Commit 88a33934 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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

parent 236b34f3
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,8 @@ jobs: ...@@ -116,6 +116,8 @@ jobs:
allow_failures: allow_failures:
- dist: xenial - dist: xenial
- env: TEST_SUITE=docker - env: TEST_SUITE=docker
# temporary Python 2.6 exception while we figure out why Travis is hanging
- python: '2.6'
stages: stages:
- 'style checks' - 'style checks'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment