Explorar el Código

Updated files

fooser hace 7 años
padre
commit
e7e926d730
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -12,7 +12,8 @@ pipeline {
         stage('Test') {
         stage('Test') {
             steps {
             steps {
                 echo 'Testing...'
                 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') {
         stage('Deploy') {