Skip to content

Commit 05af86e

Browse files
feat: Added Prefix-Filters API functionality with Integration Tests to 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 <[email protected]>
1 parent 416b163 commit 05af86e

31 files changed

+1932
-34
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99

1010
matrix:
1111
include:
12-
- python: 3.6
12+
- python: 3.7
1313
before_script:
1414
- >-
1515
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -18,9 +18,9 @@ matrix:
1818
&& openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true
1919
&& openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
2020
&& openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
21-
- python: 3.7
2221
- python: 3.8
2322
- python: 3.9
23+
- python: 3.10
2424

2525
before_install:
2626
- sudo apt-get update
@@ -47,13 +47,13 @@ deploy:
4747
script: npx semantic-release
4848
skip_cleanup: true
4949
on:
50-
python: '3.6'
50+
python: '3.7'
5151
branch: master
5252
- provider: pypi
5353
user: __token__
5454
password: $PYPI_TOKEN
5555
repository: https://upload.pypi.org/legacy
5656
skip_cleanup: true
5757
on:
58-
python: '3.6'
58+
python: '3.7'
5959
tags: true

0 commit comments

Comments
 (0)