run python2 on initial agent, to get test results for publishing

This commit is contained in:
Frédéric Péters 2018-04-25 21:16:16 +02:00
parent c8ecf1e4f4
commit 6c99bf10a1
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -6,7 +6,6 @@ pipeline {
stage('Unit tests'){
parallel {
stage('Python 2') {
agent any
steps {
sh 'tox -r -e py2-django111 -- --junitxml=test_results.xml --cov-report xml --cov=bidon/ tests/'
}