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.
2 parents 5d55ce1 + 2807dda commit cecbc85Copy full SHA for cecbc85
.travis.yml
@@ -77,3 +77,18 @@ script:
77
doctr:
78
require-master: true
79
sync: False
80
+
81
+deploy:
82
+ skip_cleanup: true
83
+ provider: pypi
84
+ user: ocefpaf
85
+ password:
86
+ secure: "BdJc76Z+DnmmamZSX+QCGZDnf+FW/JQOnVZ2t59r2r2RM4860Wf6GSL/Ncw6v8G3sOghWQcMzFdY5e6aNzAW0Ddm2YKHAsfxgurbEsnlzwsNPBWv2280ca7TtlFk2JkqhtYQOkoBFbA8+e/lC8ZC6aAVffQAT1NE4lEs0/Jd+TA="
87
+ distributions: sdist bdist_wheel
88
+ upload_docs: no
89
+ on:
90
+ repo: python-visualization/folium
91
+ tags: true
92
+ python: 3.6
93
+ all_branches: master
94
+ condition: '$TEST_TARGET == "default"'
0 commit comments