Skip to content

Commit

Permalink
feat: Added Prefix-Filters API functionality with Integration Tests t…
Browse files Browse the repository at this point in the history
…o Transit Python-SDK. (#56)

* Transit service needed update to include the new Prefix Filter APIs.  

This includes unit and integration tests as well as related help documentation. \n\nDependency: none

* Skipping tests with failed authentication

Co-authored-by: Ken Burger <burgerk@us.ibm.com>
  • Loading branch information
robgolley and kennburger authored Mar 26, 2022
1 parent 416b163 commit 05af86e
Show file tree
Hide file tree
Showing 31 changed files with 1,932 additions and 34 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notifications:

matrix:
include:
- python: 3.6
- python: 3.7
before_script:
- >-
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
Expand All @@ -18,9 +18,9 @@ matrix:
&& openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true
&& openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
&& openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
- python: 3.7
- python: 3.8
- python: 3.9
- python: 3.10

before_install:
- sudo apt-get update
Expand All @@ -47,13 +47,13 @@ deploy:
script: npx semantic-release
skip_cleanup: true
on:
python: '3.6'
python: '3.7'
branch: master
- 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
Loading

0 comments on commit 05af86e

Please sign in to comment.