Barry Warsaw pushed to branch master at mailman / Mailman Core

Commits:
6345fb9e by Abhilash Raj at 2017-10-17T13:48:44-07:00
Use MySQL 5.6 since the latest emits warnings not handled by PyMYSQL.

- - - - -
46cd88f6 by Barry Warsaw at 2017-10-17T21:27:51+00:00
Merge branch 'fix-mysql-builds' into 'master'

Use MySQL 5.6 since the latest emits warnings not handled by PyMYSQL.

See merge request mailman/mailman!332
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ pgsql:
 
 mysql:
   services:
-  - mysql:latest
+  - mysql:5.6
   script:
   - MAILMAN_EXTRA_TESTING_CFG=/home/runner/configs/mysql.cfg tox -e 
py35-nocov-mysql,py36-nocov-mysql
   tags:



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/b0663b08574f263a368d602a1a4d6cbddcf98aa3...46cd88f68bee9ad31e83e114a26c4f8b0ce96a53

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/b0663b08574f263a368d602a1a4d6cbddcf98aa3...46cd88f68bee9ad31e83e114a26c4f8b0ce96a53
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to