We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43c7db7 + e16c299 commit edb7b74Copy full SHA for edb7b74
docs/developement.rst
@@ -43,6 +43,12 @@ To run tests:
43
44
python setup.py test
45
46
+Running mysql in docker:
47
+
48
+::
49
50
+ docker run --name python-mysql-replication-tests -e MYSQL_ALLOW_EMPTY_PASSWORD=true -p 3306:3306 --rm percona:latest --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates
51
52
53
Each pull request is tested on Travis CI:
54
https://travis-ci.org/noplay/python-mysql-replication
0 commit comments