#103 Fix pylint in Jenkins.
Merged 6 years ago by ralph. Opened 6 years ago by ralph.

file modified
+1 -1
@@ -12,7 +12,7 @@ 

          sh 'flake8'

      }

      stage('Invoke Pylint') {

-         sh 'pylint --reports=n waiverdb'

+         sh 'pylint-2 --reports=n waiverdb'

      }

      stage('Build Docs') {

          sh 'make -C docs html'

I noticed that the pylint step in our jenkins job is failing, and I think it
might be that it is using the python3 pylint which is unable to find our
python2 deps at runtime.

Pull-Request has been merged by ralph

6 years ago
Metadata