From 19b5820d504e718108b8303169d0a540093ab9c9 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 26 May 2021 16:26:51 +0300 Subject: [PATCH] Remove .travis.yml I use GitHub Actions now; the Travis CI beg-for-a-limited-amount-of-free-credits-every-month model does not work for me. --- .travis.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 30cee79..0000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -language: python -cache: pip -python: - - 3.6 - - 3.7 - - 3.8 - - 3.9 - - pypy3 -jobs: - include: - - env: TOXENV=flake8 - - env: TOXENV=mypy - - env: TOXENV=coverage - after_script: pip install coveralls && coveralls -install: - - pip install tox-travis -script: - - tox - -notifications: - irc: - channels: - - "chat.freenode.net##mgedmin" - on_success: change - on_failure: always - template: - # ping my nick so I get a pushbullet notification on my phone - - "mgedmin: %{repository_name} (%{branch}) build %{result}: %{build_url}"