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 3139cfe commit 213c0ffCopy full SHA for 213c0ff
.travis.yml
@@ -28,10 +28,6 @@ matrix:
28
# debug
29
- bash -c 'echo "DEBUG (cis.env):"; (test -f cis.env && grep CIS_SERVICES_AUTH_URL cis.env) || echo "<missing cis.env or var>"'
30
- 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
35
- python: 3.11
36
- python: 3.12
37
0 commit comments