Skip to content

Commit 5084b37

Browse files
committed
remove auto-deploy t travis
1 parent 2e0432a commit 5084b37

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ after_success:
3131
- git fetch origin
3232

3333
deploy:
34-
- provider: pypi
35-
skip_cleanup: true
36-
distributions: sdist
37-
user: trustpilot
38-
password:
39-
secure: "MbUU6tDIX1EGCJFRb3BPULM7WoH5CtHJkFf8+nWQB43EW2Wae55x/u2JWiCZ4H8ifjwxMKEGnl0vJkRXjc6tKw03KJJwJRrLxI1PYh8wLws4m4LvmCys2fVIAAn65UI56azWheywkGdmGmOcUnrnCxqNtg2FmbmLXbizJ0NQyPWVKn2kEiTX3+opXPu7+Q4EUnpyiVXzznysYtVZKKUgr2tQTzs2Zjz6UV2FpEp5wbGLJuHMPpAEq3VxAn0kRkbD0/NMR71cFX1twXhSQxXXUk4LM1TF4gU53J3t+CWJ5BGk+R8yBmL1G6yrFMF1jxQxXZuXBiNr7+VD14SaYD1cM6P/uwm0KwwWA7TxZZcKvPA4p0uTgNLetG8r6EbomNq+2WoEtPeLow1CHxVKB/36+iPLw8nm8WjAu/sHhKEzxbfZDN/T86vG59a6ZgOgRpFk35YanvSbFFMY4hrkUzcXxi3pEwZGdtRIPrBXJNp6kKGxIFaQ4PY5S5nBD5cLWYvMnoHDSCouieVb9XjCwoXuyQKbTqenZgZope6uQOYAxGhvVnlqEM25nUo+agMwJC79zgGKaHWteOB7pUnqjlj7AHgVCu+077AbsIwcsyDIchpzWuLcAGqPlv6jlAYortk/ibX6PH3jNpQM6xcBHHHtksWD6nRJ3AN2edore9VqNuQ="
40-
on:
41-
tags: false
42-
branch: master
43-
repo: trustpilot/python-trustpilot
44-
condition: $TRAVIS_PYTHON_VERSION = "3.5"
4534
- provider: releases
4635
skip_cleanup: true
4736
api-key:

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ DELETED DO NOT USE!!
115115
------------------
116116

117117
* Added support for 'API Version' parameter for Client initialisation.
118+
119+
6.0.4 (2019-08-15)
120+
------------------
121+
122+
* Remove auto-deploy to travis

trustpilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """sloev"""
44
__email__ = 'jgv@trustpilot.com'
5-
__version__ = '6.0.3'
5+
__version__ = '6.0.4'

0 commit comments

Comments
 (0)