fooser 7 anni fa
parent
commit
e7e926d730
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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') {