Abhilash Raj pushed to branch release-3.0 at mailman / Mailman
Commits: 41435996 by Abhilash Raj at 2015-08-13T15:06:41Z Add .gitlab-ci.yml - - - - - 1 changed file: - + .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,18 @@ +# This is core test runner +before_script: + - pip install tox + +sqlite: + script: + - tox + + tags: + - sqlite + + +pgsql: + script: + - MAILMAN_EXTRA_TESTING_CFG=/data/postgres.cfg tox -e pg + + tags: + - postgres View it on GitLab: https://gitlab.com/mailman/mailman/commit/41435996e5caab802ab9a8b872fec56fd1f6e360
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org