diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-12-29 14:20:09 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-12-30 00:19:08 -0800 |
commit | 365387e9293d453bd4106366aba42c0ebdf0f0ed (patch) | |
tree | e0f7bc48316bacd9ebbc4fca6ade39f800121cd7 /.travis.yml | |
parent | 2e3303abd08aec1c7a53e78fabbbf13f6de5b5b3 (diff) | |
download | spack-365387e9293d453bd4106366aba42c0ebdf0f0ed.tar.gz spack-365387e9293d453bd4106366aba42c0ebdf0f0ed.tar.bz2 spack-365387e9293d453bd4106366aba42c0ebdf0f0ed.tar.xz spack-365387e9293d453bd4106366aba42c0ebdf0f0ed.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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' |