Skip to content

Commit 1472063

Browse files
committed
Trying yet another environment variable for Azure
1 parent e23d8a9 commit 1472063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
is_rtd = os.environ["READTHEDOCS"]
2828
if "APPVEYOR" in os.environ:
2929
is_appveyor = os.environ["APPVEYOR"]
30-
if "System.TeamProjectId" in os.environ:
30+
if "CONDA_PY" in os.environ:
3131
is_azure = True
3232
print(os.environ)
3333

0 commit comments

Comments
 (0)