From bca6ca9509caa2f86ee7e03136eb94bca4e313a1 Mon Sep 17 00:00:00 2001 From: Jessica Negara Date: Tue, 19 Feb 2019 14:23:30 -0800 Subject: [PATCH 1/2] Modified travis config. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5dc9e6d..40582857 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 From 1ebae118dd9d42a8fc58e35ecc50ae8068955897 Mon Sep 17 00:00:00 2001 From: Jessica Negara Date: Tue, 19 Feb 2019 16:42:15 -0800 Subject: [PATCH 2/2] Modified swagger config to parse new info response schema. --- misc/TabPy.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/misc/TabPy.yml b/misc/TabPy.yml index f59fa939..c984aa6c 100755 --- a/misc/TabPy.yml +++ b/misc/TabPy.yml @@ -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: