Browse Source

Another update

fooser 7 years ago
parent
commit
b0c5526966
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -11,7 +11,9 @@ pipeline {
         }
         stage('Test') {
             steps {
+                echo 'Testing...'
                 sh 'poetry run tox'
+                sh 'find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf'
             }
         }
         stage('Deploy') {