Skip to content

Commit

Permalink
Tests - When testing SDK install using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Oct 8, 2019
1 parent ee527c8 commit b14b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ matrix:

# DSL tests
- cd $TRAVIS_BUILD_DIR/sdk/python
- python3 setup.py develop
- python3 -m pip install .
- cd $TRAVIS_BUILD_DIR # Changing the current directory to the repo root for correct coverall paths
- coverage run --source=kfp --append sdk/python/tests/dsl/main.py
- coverage run --source=kfp --append sdk/python/tests/compiler/main.py
Expand Down

0 comments on commit b14b14f

Please sign in to comment.