Skip to content

Commit

Permalink
Merge branch 'master' into use-2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Feb 28, 2018
2 parents 29be30e + 2a12725 commit 74b36b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python

python:
- "3.6"

install:
- pip install -U pip wheel
- pip install pipenv pylint
- pipenv install --system

script:
- pylint py/**/*.py
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ ENV USER root
# which contains shared scripts.
ENV PYTHONPATH /src/kubeflow/testing/py

ENTRYPOINT ["/usr/local/bin/run_workflows.sh"]
ENTRYPOINT ["/usr/local/bin/run_workflows.sh"]

0 comments on commit 74b36b7

Please sign in to comment.