Skip to content

Commit

Permalink
travis: disable spack spec for python 2.7 as well as 2.6
Browse files Browse the repository at this point in the history
- keep this disabled until the `compiler find` fork bomb is fixed.
  • Loading branch information
tgamblin committed Jun 6, 2019
1 parent b76fc82 commit 3bd854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/spack/qa/run-unit-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3bd854f

Please sign in to comment.