@@ -5,11 +5,12 @@ pipeline {
stage('Build') {
steps {
echo 'Building...'
+ python3.7 -m poetry install
}
stage('Test') {
- echo 'Testing..'
+ python3.7 -m tox -e py37
stage('Deploy') {