Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
os: linux
language: python
python: 3.6
env:
- TEST_ENV=true
install:
- export TEST_ENV=true
- ./startup.sh
- pip install pytest
- pip install pytest-cov
Expand Down
26 changes: 26 additions & 0 deletions misc/TabPy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,32 @@ definitions:
type: string
name:
type: string
versions:
type: object
properties:
v1:
type: object
properties:
features:
type: object
properties:
authentication:
type: object
properties:
required:
type: boolean
methods:
type: object
properties:
basic-auth:
type: object
required:
- basic-auth
required:
- required
- methods
required:
- features
ErrorEvaluateScript500:
type: object
properties:
Expand Down