Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ 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 All @@ -38,7 +37,7 @@ deploy:
script: npx semantic-release
skip_cleanup: true
on:
python: '3.6'
python: '3.7'
branch: master

- provider: pypi
Expand All @@ -47,5 +46,5 @@ deploy:
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.6'
python: '3.7'
tags: true
56,889 changes: 33,065 additions & 23,824 deletions ibm_vpc/vpc_v1.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test dependencies
coverage>=4.5.4
pylint>=2.6.0,<3.0.0
pytest>=6.2.1,<7.0.0
pytest>=6.2.1,<=7.0.0
pytest-cov>=2.2.1,<3.0.0
pytest-rerunfailures>=3.1
responses>=0.12.1,<1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python_dateutil>=2.5.3,<3.0.0
ibm_cloud_sdk_core>=3.13.2
ibm_cloud_sdk_core>=3.14.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def finalize_options(self):
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down
942 changes: 859 additions & 83 deletions test/integration/test_gen2.py

Large diffs are not rendered by default.

42,379 changes: 22,440 additions & 19,939 deletions test/unit/test_vpc_v1.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37-lint, py36, py37, py38, py39
envlist = py37-lint, py37, py38, py39

[testenv:py37-lint]
basepython = python3.7
Expand Down