From 089e5b59961af832fcb1ecc5426d99a0e89b0642 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 5 Dec 2016 10:31:49 -0800 Subject: Remove CYAML tests from Spack now that the DB is JSON. (#2487) --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3-70-g09d2