Skip to content
Snippets Groups Projects
Commit 365387e9 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

stopgap: allow travis to fail for Python 2.6 again

- Travis still fails on `spack spec` in Python 2.6.
- Allow the failure until we get to the bottom of it.
parent 2e3303ab
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
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