summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-12-05 10:31:49 -0800
committerGitHub <noreply@github.com>2016-12-05 10:31:49 -0800
commit089e5b59961af832fcb1ecc5426d99a0e89b0642 (patch)
treec11b3ca14d4d9f4ef96aa92d85d7b826c314173f /.travis.yml
parent9115ab5097a9d78267728f50b40ce5b2ac6fefe3 (diff)
downloadspack-089e5b59961af832fcb1ecc5426d99a0e89b0642.tar.gz
spack-089e5b59961af832fcb1ecc5426d99a0e89b0642.tar.bz2
spack-089e5b59961af832fcb1ecc5426d99a0e89b0642.tar.xz
spack-089e5b59961af832fcb1ecc5426d99a0e89b0642.zip
Remove CYAML tests from Spack now that the DB is JSON. (#2487)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 322278027e..9553a85771 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: