diff options
-rw-r--r-- | .circleci/config.yml | 5 |
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' |