From d87fd837001b8f9b87bbe267221edd90c78366d0 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Mon, 21 Jun 2021 13:19:53 -0500 Subject: [PATCH 1/2] remove travis yml file --- .travis.yml | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index db7501fea..000000000 --- a/.travis.yml +++ /dev/null @@ -1,50 +0,0 @@ -language: generic -dist: xenial -services: - - xvfb - -addons: - apt: - packages: - # Qt dependencies - - libxkbcommon-x11-0 - - libxcb-icccm4 - - libxcb-image0 - - libxcb-keysyms1 - - libxcb-randr0 - - libxcb-render-util0 - - libxcb-xinerama0 - - pulseaudio - - libpulse-mainloop-glib0 - # Wx dependencies - - libsdl2-2.0-0 - -env: - global: - - INSTALL_EDM_VERSION=3.2.3 - PYTHONUNBUFFERED="1" - -matrix: - include: - - env: RUNTIME=3.6 TOOLKITS="pyqt5 pyside2 wx" - fast_finish: true - -cache: - directories: - - "~/.cache" - -before_install: - - mkdir -p "${HOME}/.cache/download" - - if [[ ${TRAVIS_OS_NAME} == 'linux' ]]; then ./install-edm-linux.sh; export PATH="${HOME}/edm/bin:${PATH}"; fi - - edm install -y wheel click coverage -install: - - for toolkit in ${TOOLKITS}; do edm run -- python etstool.py install --runtime=${RUNTIME} --toolkit=${toolkit} || exit; done - - if [[ ${TRAVIS_EVENT_TYPE} == 'cron' ]]; then for toolkit in ${TOOLKITS}; do edm run -- python etstool.py install --runtime=${RUNTIME} --toolkit=${toolkit} --source || exit; done; fi -script: - - for toolkit in ${TOOLKITS}; do edm run -- python etstool.py test --runtime=${RUNTIME} --toolkit=${toolkit} || exit; done - -notifications: - slack: - secure: UmVaFtT5FQD5Pb5fQPxbQwLTPsvCJOY2Cr0xQVOAbkcl2pYeit7vf7d6f4ligGpve9QdgQjWRffQa7z0V+7O0xoWUaozZHuFZNsttWAldh0gBEBeFHHUvCiKrzV6AWetDE8LxWZsPV9oG/ZX7oVz8nNeYfH3lLhgqdPCL54L3SE= - on_success: change - on_failure: always From 9b2b94b24caa35f7ef147a56e0630aed63cf87ec Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Mon, 21 Jun 2021 13:20:32 -0500 Subject: [PATCH 2/2] remove travis badge from readme --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 2fc6ffb45..2c068817d 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,6 @@ Pyface: Traits-capable Windowing Framework ========================================== -.. image:: https://travis-ci.org/enthought/pyface.svg?branch=master - :target: https://travis-ci.org/enthought/pyface - .. image:: https://ci.appveyor.com/api/projects/status/68nfb049cdq9wqd1/branch/master?svg=true :target: https://ci.appveyor.com/project/EnthoughtOSS/pyface/branch/master