diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-09 09:29:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 09:29:13 -0800 |
commit | 88a3393462fbb95b8bf2f1ecd071785c6ff37fbf (patch) | |
tree | 17534678b93cff3ca7f9aafb66288a5bd9ba6211 /.travis.yml | |
parent | 236b34f3df38d0f44ada307ece354f92a96a6a91 (diff) | |
download | spack-88a3393462fbb95b8bf2f1ecd071785c6ff37fbf.tar.gz spack-88a3393462fbb95b8bf2f1ecd071785c6ff37fbf.tar.bz2 spack-88a3393462fbb95b8bf2f1ecd071785c6ff37fbf.tar.xz spack-88a3393462fbb95b8bf2f1ecd071785c6ff37fbf.zip |
travis: allow Python 2.6 to fail until we figure out why Travis hangs (#9776)
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 e158510f5b..9d26ec83fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' |