Trying to get tests to run.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
Vendored
+3
-3
@@ -5,9 +5,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
pip3 install --upgrade pip
|
sh 'pip3 install --upgrade pip'
|
||||||
pip3 install wheel nox nox_poetry poetry
|
sh 'pip3 install wheel nox nox_poetry poetry'
|
||||||
nox -x
|
sh 'nox -x'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user