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 dafd8e7 commit e23d8a9Copy full SHA for e23d8a9
setup.py
@@ -29,8 +29,7 @@
29
is_appveyor = os.environ["APPVEYOR"]
30
if "System.TeamProjectId" in os.environ:
31
is_azure = True
32
-print("System.TeamProjectId" in os.environ)
33
-print("TF_BUILD" in os.environ)
+print(os.environ)
34
35
# Only include the installation dependencies if we are not running on RTD or AppVeyor
36
if not is_rtd and not is_appveyor and not is_azure:
0 commit comments