summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-06-05 21:17:30 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2019-06-05 22:41:28 -0700
commit3bd854f991305abaa54d8b7f4ab804aac80ae7b4 (patch)
tree2a69c8bc7c475b16278e68d377b708579bf2223c /share
parentb76fc827eca5c1fef7d0e5a95c24f2b9a6aca743 (diff)
downloadspack-3bd854f991305abaa54d8b7f4ab804aac80ae7b4.tar.gz
spack-3bd854f991305abaa54d8b7f4ab804aac80ae7b4.tar.bz2
spack-3bd854f991305abaa54d8b7f4ab804aac80ae7b4.tar.xz
spack-3bd854f991305abaa54d8b7f4ab804aac80ae7b4.zip
travis: disable `spack spec` for python 2.7 as well as 2.6
- keep this disabled until the `compiler find` fork bomb is fixed.
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/qa/run-unit-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests
index 706720c033..cd5c057998 100755
--- a/share/spack/qa/run-unit-tests
+++ b/share/spack/qa/run-unit-tests
@@ -31,7 +31,7 @@ ${coverage_run} bin/spack -h
${coverage_run} bin/spack help -a
# Profile and print top 20 lines for a simple call to spack spec
-if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then
+if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then
${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170
fi