module pycode.ci_helper
¶
Functions¶
function |
truncated documentation |
---|---|
Tells if is a travis environment or appveyor. |
Documentation¶
Helpers for CI.
-
pyquickhelper.pycode.ci_helper.
is_travis_or_appveyor
(env=None)[source]¶ Tells if is a travis environment or appveyor.
- Parameters
env – checks that a environment variable is set up.
- Returns
'travis'
,'appveyor'
,'circleci'
or'azurepipe'
orNone
The function should rely more on environement variables
CI
,TRAVIS
,APPVEYOR
,AZURE_HTTP_USER_AGENT
.New in version 1.8: Parameter env was added.