From fc591691c92296b168c78a00c918cee96f8b8db9 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Thu, 31 May 2018 11:08:14 +0100 Subject: [PATCH] Remove the CODING matrix item. --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcdeed66f5..27fd060d71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ sudo: false env: matrix: - - TEST_TARGET=coding - TEST_TARGET=default TEST_MINIMAL=true - TEST_TARGET=default - TEST_TARGET=example @@ -118,7 +117,7 @@ install: script: - if [[ $TEST_TARGET == 'default' ]]; then - python -m iris.tests.runner --default-tests --system-tests --print-failed-images --num-processors=3; + python -m iris.tests.runner --default-tests --system-tests --coding-tests --print-failed-images --num-processors=3; fi - if [[ $TEST_TARGET == 'example' ]]; then python -m iris.tests.runner --example-tests --print-failed-images --num-processors=3; @@ -161,9 +160,3 @@ script: cd $INSTALL_DIR/docs/iris/src/whatsnew; python aggregate_directory.py --checkonly; fi - - if [[ $TEST_TARGET == 'coding' ]]; then - cd $INSTALL_DIR; - python setup.py pyke_rules; - python setup.py std_names; - python setup.py test --coding-tests; - fi