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