mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding PY_COLORS=1 for python programs to use ANSI Colors
This commit is contained in:
parent
b705e8f7a5
commit
314b0e3599
6 changed files with 6 additions and 0 deletions
1
.ci/docs
1
.ci/docs
|
@ -7,6 +7,7 @@ pipeline {
|
|||
environment {
|
||||
PYENV_ROOT = "/usr/local/pyenv"
|
||||
PATH = "$PYENV_ROOT/bin:$PATH"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||
RBENV_VERSION = "2.4.2"
|
||||
TEST_SUITE = "py2"
|
||||
TEST_PLATFORM = "centos-7"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||
RBENV_VERSION = "2.4.2"
|
||||
TEST_SUITE = "py3"
|
||||
TEST_PLATFORM = "centos-7"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||
RBENV_VERSION = "2.4.2"
|
||||
TEST_SUITE = "py2"
|
||||
TEST_PLATFORM = "ubuntu-1604"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||
RBENV_VERSION = "2.4.2"
|
||||
TEST_SUITE = "py3"
|
||||
TEST_PLATFORM = "ubuntu-1604"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
1
.ci/lint
1
.ci/lint
|
@ -7,6 +7,7 @@ pipeline {
|
|||
environment {
|
||||
PYENV_ROOT = "/usr/local/pyenv"
|
||||
PATH = "$PYENV_ROOT/bin:$PATH"
|
||||
PY_COLORS=1
|
||||
}
|
||||
stages {
|
||||
stage('github-pending') {
|
||||
|
|
Loading…
Add table
Reference in a new issue