From 0675c05724294acf04b42b62f38d903225aec186 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 24 Nov 2025 10:58:42 +0100 Subject: [PATCH] Delete .travis.yml No runs ever... https://app.travis-ci.com/github/python-hyper --- .travis.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 81d4964..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: python -sudo: false - -matrix: - include: - - python: 3.8 - env: TOXENV=py38 - - env: TOXENV=pep8 - -install: - - pip install tox - -script: - - tox - -notifications: - on_success: change - on_failure: change - irc: - channels: - - "irc.freenode.org#github3.py" - user_notice: true - skip_join: true