Skip to content

Commit

Permalink
Generate SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 9, 2021
1 parent 835eb4d commit f6909b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/python-sdk/swagger.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"swagger": "2.0",
"info": {
"description": "Python SDK for tensorflow",
"title": "tensorflow",
"description": "Python SDK for Kubeflow Training",
"title": "Kubeflow Training SDK",
"version": "v1.3.0"
},
"paths": {},
Expand Down Expand Up @@ -473,4 +473,4 @@
}
}
}
}
}
17 changes: 17 additions & 0 deletions sdk/python/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
# command to run tests
script: pytest --cov=kubeflow.training

0 comments on commit f6909b7

Please sign in to comment.