Trying to get tests to run.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 08:20:22 -04:00
parent 1720048f12
commit 67977dd0d5

6
Jenkinsfile vendored
View File

@@ -5,9 +5,9 @@ pipeline {
stages {
stage('Test') {
steps {
pip3 install --upgrade pip
pip3 install wheel nox nox_poetry poetry
nox -x
sh 'pip3 install --upgrade pip'
sh 'pip3 install wheel nox nox_poetry poetry'
sh 'nox -x'
}
}
}