Skip to content
Snippets Groups Projects
Commit 089e5b59 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Remove CYAML tests from Spack now that the DB is JSON. (#2487)

parent 9115ab50
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ python:
- 2.7
env:
- TEST_SUITE=unit CYAML=true
- TEST_SUITE=unit CYAML=false
- TEST_SUITE=unit
- TEST_SUITE=flake8
- TEST_SUITE=doc
......@@ -42,7 +41,6 @@ install:
- pip install flake8
- pip install sphinx
- pip install mercurial
- if [[ $CYAML == true ]]; then pip install --global-option "--with-libyaml" pyyaml; fi
before_script:
# Need this for the git tests to succeed.
......@@ -55,7 +53,7 @@ before_script:
script: share/spack/qa/run-$TEST_SUITE-tests
after_success:
- if [[ $TEST_SUITE == unit && $CYAML == false && $TRAVIS_PYTHON_VERSION == 2.7 ]]; then coveralls; fi
- if [[ $TEST_SUITE == unit && $TRAVIS_PYTHON_VERSION == 2.7 ]]; then coveralls; fi
notifications:
email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment