Skip to content

Commit 213c0ff

Browse files
committed
fix: fixing build failure
dependency: none
1 parent 3139cfe commit 213c0ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ matrix:
2828
# debug
2929
- bash -c 'echo "DEBUG (cis.env):"; (test -f cis.env && grep CIS_SERVICES_AUTH_URL cis.env) || echo "<missing cis.env or var>"'
3030
- bash -c 'echo "DEBUG (env): CIS_SERVICES_AUTH_URL=${CIS_SERVICES_AUTH_URL}"'
31-
- python - <<'PY'
32-
import os
33-
print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
34-
PY
3531
- python: 3.11
3632
- python: 3.12
3733

0 commit comments

Comments
 (0)