diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fe7da12..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: python -matrix: - include: - - python: "3.9" - env: TOX_ENV=flake8 - - python: "3.9" - env: TOX_ENV=check_rst - - python: "3.9" - env: TOX_ENV=py39 - - python: "3.9" - env: TOX_ENV=coverage -cache: - directories: - - $HOME/.cache/pip/http/ - - $HOME/build/nitmir/policyd-rate-limit/.tox/$TOX_ENV/ -install: - - "travis_retry pip install setuptools --upgrade" - - "pip install tox" -script: - - tox -e $TOX_ENV -after_script: - - cat tox_log/*.log diff --git a/README.rst b/README.rst index 594c74c..43ccfd9 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Policyd rate limit ================== -|travis| |coverage| |github_version| |pypi_version| |license| +|coverage| |github_version| |pypi_version| |license| Postfix policyd server allowing to limit the number of mails accepted by postfix over several time periods, by sasl usernames and/or ip addresses. @@ -172,9 +172,6 @@ On previous postfix versions, you must use: ... -.. |travis| image:: https://badges.genua.fr/travis/nitmir/policyd-rate-limit/master.svg - :target: https://travis-ci.org/nitmir/policyd-rate-limit - .. |coverage| image:: https://badges.genua.fr/coverage/badge/policyd-rate-limit/master.svg :target: https://badges.genua.fr/coverage/policyd-rate-limit/