浏览代码

Updated Jenkinsfile

fooser 7 年之前
父节点
当前提交
d60cdfc9c2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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