Skip to content

Commit

Permalink
Using the installed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Aug 20, 2019
1 parent c37c72f commit 988252c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ matrix:
# DSL tests
- cd $TRAVIS_BUILD_DIR/sdk/python
- python3 setup.py install
- coverage run --source=kfp --append tests/dsl/main.py
- coverage run --source=kfp --append tests/compiler/main.py
- coverage run --source=kfp --append -m unittest discover --verbose --start-dir tests --top-level-directory=.
- cd tests
- coverage run --source=kfp --append dsl/main.py
- coverage run --source=kfp --append compiler/main.py
- coverage run --source=kfp --append -m unittest discover --verbose
- coveralls

# Visualization test
Expand Down

0 comments on commit 988252c

Please sign in to comment.