Skip to content

Commit

Permalink
Combine sdk componet in sdk test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun committed Jan 30, 2019
1 parent 41b0842 commit 7569be7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ matrix:
- pip install /tmp/kfp.tar.gz
- python tests/dsl/main.py
- python tests/compiler/main.py
- python -m unittest discover --verbose --start-dir tests --top-level-directory=..

# Component SDK tests
- cd $TRAVIS_BUILD_DIR/component_sdk/python
- ./run_test.sh

# SDK Components tests
- cd $TRAVIS_BUILD_DIR/sdk/python
- python -m unittest discover --verbose --start-dir tests --top-level-directory=..
- ./run_test.sh

0 comments on commit 7569be7

Please sign in to comment.