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=..