-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from smartcar/compat-v2
feat(smartcar): adds API v2.0 compatibility functionality
- Loading branch information
Showing
5 changed files
with
127 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dist: xenial | ||
dist: focal | ||
|
||
services: | ||
- xvfb | ||
|
@@ -13,6 +13,7 @@ python: | |
- '3.7' | ||
- '3.8' | ||
- '3.9' | ||
- '3.10' | ||
|
||
if: tag IS blank # do not build tags | ||
|
||
|
@@ -35,14 +36,14 @@ script: | |
jobs: | ||
include: | ||
- stage: publish | ||
python: '3.8' | ||
python: '3.9' | ||
services: [] | ||
addons: | ||
firefox: 'skip' | ||
apt: [] | ||
install: | ||
- nvm install 14 | ||
- npm install semantic-release@15.x.x @google/[email protected] | ||
- nvm install 16 | ||
- npm install semantic-release@19.x.x @google/[email protected] | ||
script: | ||
- npx semantic-release | ||
deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters