Explorar o código

Updated files

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
e7e926d730
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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') {