From c811e3d0e474c52131879c6e93bcb62f0f62ce84 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 4 May 2020 00:49:15 -0700 Subject: Remove Travis and AppVeyor --- .travis.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 57c8b935d..000000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Wire up travis -language: python -sudo: false - -matrix: - include: - - python: 3.5 - env: TOXENV=py35 - - python: 3.6 - env: TOXENV=py36 - - python: pypy3 - env: TOXENV=pypy3 - - python: 3.8 - env: TOXENV=py38-cover,coverage - - python: 3.6 - env: TOXENV=docs - - python: 3.6 - env: TOXENV=lint - - python: 3.7 - env: TOXENV=py37 - dist: xenial - sudo: true - - python: 3.8 - env: TOXENV=py38 - dist: xenial - sudo: true - -install: - - travis_retry pip install tox - -script: - - travis_retry tox - -cache: - directories: - - $HOME/.cache/pip - -notifications: - email: - - pyramid-checkins@lists.repoze.org - irc: - channels: - - "chat.freenode.net#pyramid" -- cgit v1.2.3