瀏覽代碼

Updated files

fooser 7 年之前
父節點
當前提交
e7e926d730
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -12,7 +12,8 @@ pipeline {
         stage('Test') {
             steps {
                 echo 'Testing...'
-                sh 'PYTHONDONTWRITEBYTECODE=1 python3.7 -m poetry run tox'
+                sh 'python3.7 -m poetry run tox'
+                sh 'rm -rf ./tests/__pycache__/'
             }
         }
         stage('Deploy') {