Skip to content

Commit 00bcef4

Browse files
committed
fix: fixing build failure
dependency: none Signed-off-by: jkalanda <[email protected]>
1 parent e117fa5 commit 00bcef4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ cache: pip
77
notifications:
88
email: true
99

10-
11-
1210
matrix:
1311
include:
1412
- python: 3.10

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ passenv =
1111
TOXENV
1212
CI
1313
TRAVIS*
14-
CIS_SERVICES_* # <<— add
15-
CRN # <<— add
16-
ZONE_ID # <<— add
17-
API_ENDPOINT # <<— add
18-
PDNS_* TRANSIT_* DL_* DNS_* GH_TOKEN # (if any tests use these)
14+
CIS_SERVICES_*
15+
CRN
16+
ZONE_ID
17+
API_ENDPOINT
1918

2019
commands =
2120
py.test --reruns 2 --cov=ibm_cloud_networking_services {posargs}

0 commit comments

Comments
 (0)