Create nox lint virtualenvs before running them

This commit is contained in:
Pedro Algarvio 2019-04-19 09:04:17 +01:00
parent e9e57cfb05
commit eed7d68ab8
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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'
}