Skip to content

Commit

Permalink
Merge pull request #9 from IBM/listNoVulns
Browse files Browse the repository at this point in the history
fix(project): improve testcase and fix dependabot finding
  • Loading branch information
bainsy88 authored Aug 11, 2022
2 parents 4db7014 + 0c53461 commit 09d59e2
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 226 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
node_modules/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ notifications:

matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8
# - python: 3.9
- python: 3.9

before_install:
- npm install npm@latest -g
Expand Down Expand Up @@ -42,13 +40,13 @@ deploy:
script: npx semantic-release
skip_cleanup: true
on:
python: '3.6'
python: '3.7'
branch: main
- provider: pypi
user: __token__
password: $PYPI_TOKEN
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.6'
python: '3.7'
tags: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Service Name | Imported Class Name

* An [IBM Cloud][ibm-cloud-onboarding] account.
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
* Python 3.6 or above.
* Python 3.7 or above.

## Installation

Expand Down
Loading

0 comments on commit 09d59e2

Please sign in to comment.