Barry Warsaw pushed to branch master at mailman / Mailman
Commits: 5d5dc3b6 by Barry Warsaw at 2017-02-20T17:22:29-05:00 Run diffcov for all merge requests - - - - - 97533618 by Barry Warsaw at 2017-02-21T15:00:56+00:00 Merge branch 'diffcov' into 'master' Run diffcov for all merge requests See merge request !251 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,3 +38,9 @@ mysql: - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/mysql.cfg tox -e py34-nocov-mysql,py35-nocov-mysql,py36-nocov-mysql tags: - mysql + +diffcov: + script: + - tox -e py34-diffcov,py35-diffcov,py36-diffcov + except: + - master View it on GitLab: https://gitlab.com/mailman/mailman/compare/1aec5ff6c3558cb5ac6e7f4f5d4a70ea52fa67f2...97533618c0fe01a67a5114366582ae52d0620c2f
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org