We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e117fa5 commit 00bcef4Copy full SHA for 00bcef4
.travis.yml
@@ -7,8 +7,6 @@ cache: pip
7
notifications:
8
email: true
9
10
-
11
12
matrix:
13
include:
14
- python: 3.10
tox.ini
@@ -11,11 +11,10 @@ passenv =
TOXENV
CI
TRAVIS*
- 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)
+ CIS_SERVICES_*
+ CRN
+ ZONE_ID
+ API_ENDPOINT
19
20
commands =
21
py.test --reruns 2 --cov=ibm_cloud_networking_services {posargs}
0 commit comments