diff --git a/.drone.yml b/.drone.yml index cdb0339..ae0ee99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -144,3 +144,23 @@ steps: - test3.5 - test3.6 - test3.7 + + - name: notify + image: plugins/matrix + settings: + homeserver: https://matrix.rknet.org + roomid: MtidqQXWWAtQcByBhH:rknet.org + template: "Status: **{{ build.status }}**
Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}
Message: {{ build.message }}" + username: + from_secret: matrix_username + password: + from_secret: matrix_password + depends_on: + - test2.7 + - test3.5 + - test3.6 + - test3.7 + when: + status: + - success + - failure diff --git a/tox-requirements.txt b/tox-requirements.txt deleted file mode 100644 index f2ef42e..0000000 --- a/tox-requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -flake8 -pep8-naming -wheel -flake8-colors -pytest \ No newline at end of file diff --git a/tox.ini b/tox.ini index dc78fc6..8db0157 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = flake8 ansiblelater usedevelop = True [flake8] -ignore = E501, W503, F401 +ignore = E501, W503, F401, N813 exclude = .tox, .git,