We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084712b commit da33a23Copy full SHA for da33a23
.travis.yml
@@ -26,3 +26,12 @@ before_script:
26
script:
27
- "sudo $(cat ~/where-is-nosetests) pymysqlreplication.tests.test_abnormal:TestAbnormalBinLogStreamReader.test_no_trailing_rotate_event"
28
- "nosetests -e test_no_trailing_rotate_event"
29
+
30
+deploy:
31
+ provider: pypi
32
+ user: noplay
33
+ password:
34
+ secure: "uUIWiYzfgNTUuz4rKpNv/JFjnHncHPtBLiwhknCoaVJ9QGenpj9qaEWyvHZ/Aq4HyXCSjsogtQBesSxBTQCsrut6DDOWbOOFGr7WHA2N5O6EEu8rB7U4m+ziJn27+pN+MIl672tJGao7Ky9F+RO3X110Lscb0nguEMnWcHxb16U="
35
+ on:
36
+ tags: true
37
+ repo: noplay/python-mysql-replication
0 commit comments