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}"