mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Create nox lint virtualenvs before running them
This commit is contained in:
parent
e9e57cfb05
commit
eed7d68ab8
1 changed files with 3 additions and 0 deletions
3
.ci/lint
3
.ci/lint
|
@ -36,6 +36,9 @@ pipeline {
|
|||
python --version
|
||||
pip install -U https://github.com/s0undt3ch/nox/archive/hotfix/py2.zip#egg=Nox==2018.10.17
|
||||
nox --version
|
||||
# Create the required virtualens in serial
|
||||
nox --install-only -e lint-salt
|
||||
nox --install-only -e lint-tests
|
||||
'''
|
||||
archiveArtifacts artifacts: 'file-list-status.log,file-list-changed.log,file-list-deleted.log,file-list-experiment.log'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue