From 802e12eae2a73973e8f9196f56cac56c70ac7602 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Mon, 21 Jun 2021 13:24:03 -0500 Subject: [PATCH] remove Travis CI --- .travis.yml | 35 ----------------------------------- README.rst | 4 ---- 2 files changed, 39 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 46ab22b0e..000000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: generic -dist: xenial -services: - - xvfb - -env: - global: - - INSTALL_EDM_VERSION=3.1.1 - PYTHONUNBUFFERED="1" - -matrix: - include: - - env: RUNTIME=3.6 - 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: - - if [[ ${TRAVIS_EVENT_TYPE} == 'cron' ]]; then - edm run -- python etstool.py install --runtime=${RUNTIME} --source || exit; - else - edm run -- python etstool.py install --runtime=${RUNTIME} || exit; - fi -script: - - edm run -- python etstool.py flake8 --runtime=${RUNTIME} || exit - - edm run -- python etstool.py test --runtime=${RUNTIME} || exit -notifications: - email: - - travis-ci@enthought.com diff --git a/README.rst b/README.rst index 346453ff0..66fd92493 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,6 @@ apptools: application tools =========================== -.. image:: https://travis-ci.org/enthought/apptools.svg?branch=master - :target: https://travis-ci.org/enthought/apptools - :alt: Build status - Documentation: http://docs.enthought.com/apptools Source Code: http://www.github.com/enthought/apptools