aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorasaf-erlich <aerlich@talend.com>2021-03-15 11:15:53 -0400
committerGitHub <noreply@github.com>2021-03-15 11:15:53 -0400
commita7557537393885a48f88778a65ca2c8e4bb7762e (patch)
tree01df07be9ba7debcc0187beb50d7c41dc33d0708
parent20d0af12397b6bb7ad7ae652e67db7c5ecac61ef (diff)
downloadtap-google-sheets-master.tar.gz
tap-google-sheets-master.tar.zst
tap-google-sheets-master.zip
Update stitch validate json to validate with python 3.8 path (#32)HEADmaster
-rw-r--r--.circleci/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index bf9104a..0325440 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,14 +13,13 @@ jobs:
13 command: | 13 command: |
14 virtualenv -p python3 ~/.virtualenvs/tap-google-sheets 14 virtualenv -p python3 ~/.virtualenvs/tap-google-sheets
15 source ~/.virtualenvs/tap-google-sheets/bin/activate 15 source ~/.virtualenvs/tap-google-sheets/bin/activate
16 pip install . 16 pip install .[dev]
17 pip install pylint
18 pylint tap_google_sheets -d C,R,W 17 pylint tap_google_sheets -d C,R,W
19 - run: 18 - run:
20 name: 'JSON Validator' 19 name: 'JSON Validator'
21 command: | 20 command: |
22 source /usr/local/share/virtualenvs/tap-tester/bin/activate 21 source /usr/local/share/virtualenvs/tap-tester/bin/activate
23 stitch-validate-json ~/.virtualenvs/tap-google-sheets/lib/python3.5/site-packages/tap_google_sheets/schemas/*.json 22 stitch-validate-json ~/.virtualenvs/tap-google-sheets/lib/python3.8/site-packages/tap_google_sheets/schemas/*.json
24 - add_ssh_keys 23 - add_ssh_keys
25 - run: 24 - run:
26 name: 'Integration Tests' 25 name: 'Integration Tests'