Skip to content

Commit

Permalink
ci: update lint stage to use py38
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Aug 17, 2020
1 parent 7547a49 commit abfce8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ pipeline {
}

stage('Lint') {
agent {
label 'python-3.8'
}
steps {
sh 'tox -e lint'
container('python') {
sh 'tox -e lint'
}
}
}

Expand Down

0 comments on commit abfce8a

Please sign in to comment.