Skip to content

Commit

Permalink
Do not install k8s sdk when we run just docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Oct 10, 2018
1 parent 9861169 commit d8ff0fb
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 @@ -19,7 +19,7 @@ before_install:

install:
- pip install -r requirements-dev.txt
- pip install kubernetes==$KUBERNETES_SDK_VERSION
- '[ -z "$KUBERNETES_SDK_VERSION" ] || pip install kubernetes==$KUBERNETES_SDK_VERSION'

script: "./test.sh"

Expand Down

0 comments on commit d8ff0fb

Please sign in to comment.