From 8d5dc083ec370d0365b47762fd433e9e318c16c5 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Tue, 6 Nov 2018 00:49:22 -0800 Subject: [PATCH] Presubmit tests - Added presubmit SDK Components tests to Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 60ee797f2a8..f7f0e6dafe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,7 @@ script: - pip install /tmp/kfp.tar.gz - python tests/dsl/main.py - python tests/compiler/main.py + + # SDK Components tests + - cd $TRAVIS_BUILD_DIR/sdk/python + - python3 -m unittest discover --verbose --start-dir tests --top-level-directory=..