From f739505bce1f043e14a1a4f1677bcb53cc0b1e95 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Tue, 4 Aug 2020 12:32:36 -0600 Subject: [PATCH] Removing Travis and Appveyor and updating badges --- .appveyor.yml | 73 --------------------------------------------------- .travis.yml | 40 ---------------------------- README.md | 5 ++-- 3 files changed, 2 insertions(+), 116 deletions(-) delete mode 100644 .appveyor.yml delete mode 100644 .travis.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index bd4a9994..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,73 +0,0 @@ -environment: - - matrix: - - # For Python versions available on Appveyor, see - # http://www.appveyor.com/docs/installed-software#python - # The list here is complete (excluding Python 2.6, which - # isn't covered by this document) at the time of writing. - - - PYTHON: "C:\\Miniconda-x64" - #PYTHON: "C:\\Python27" - - #- PYTHON: "C:\\Miniconda34-x64" - # #PYTHON: "C:\\Python34" - - - PYTHON: "C:\\Miniconda35-x64" - #PYTHON: "C:\\Python35" - - - PYTHON: "C:\\Miniconda36-x64" - #PYTHON: "C:\\Python36" - - - PYTHON: "C:\\Miniconda37-x64" - #PYTHON: "C:\\Python37" - - #- PYTHON: "C:\\Python27-x64" - #- PYTHON: "C:\\Python33-x64" - # DISTUTILS_USE_SDK: "1" - #- PYTHON: "C:\\Python34-x64" - # DISTUTILS_USE_SDK: "1" - #- PYTHON: "C:\\Python35-x64" - #- PYTHON: "C:\\Python36-x64" - -install: - # We need wheel installed to build wheels - - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%" - - python --version - - conda install -q -y --channel conda-forge setuptools - - python -m pip install coverage - - python -m pip install nose - - python -m pip install xlrd - #- python -m pip install openpyxl - - "dir %PYTHON%\\Scripts" - -build: off - -test_script: - # Put your test command here. - # If you don't need to build C extensions on 64-bit Python 3.3 or 3.4, - # you can remove "build.cmd" from the front of the command, as it's - # only needed to support those cases. - # Note that you must use the environment variable %PYTHON% to refer to - # the interpreter you're using - Appveyor does not do anything special - # to put the Python evrsion you want to use on PATH. - - "%PYTHON%\\python.exe setup.py develop" - - "%PYTHON%\\Scripts\\test.pyutilib.exe --cat=nightly --cov -v" - -#after_test: - # This step builds your wheels. - # Again, you only need build.cmd if you're building C extensions for - # 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct - # interpreter - #- "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel" - -#artifacts: - # bdist_wheel puts your built wheel in the dist directory - #- path: dist\* - -on_success: -# You can use this step to upload your artifacts to a public website. -# See Appveyor's documentation for more details. Or you can simply -# access your wheels from the Appveyor "artifacts" tab for your build. - - pip install codecov - - codecov diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 29bfb2c7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,40 +0,0 @@ -language: python -matrix: - include: - - python: '2.7' - env: PYRO="Pyro" YAML="pyyaml" - #- python: '2.7' - # env: PYRO="Pyro" JYTHON="org.python:jython-installer:2.7.0" - - python: '3.4' - env: PYRO="Pyro4" YAML="pyyaml<=5.2" - - python: '3.5' - env: PYRO="Pyro4" YAML="pyyaml" - - python: '3.6' - env: PYRO="Pyro4" YAML="pyyaml" - - python: '3.7' - env: PYRO="Pyro4" YAML="pyyaml" - - python: '3.8' - env: PYRO="Pyro4" YAML="pyyaml" - - python: '3.6' - env: PYRO="Pyro4" YAML="" - - python: pypy - env: PYRO="Pyro" YAML="pyyaml" - - python: pypy3 - env: PYRO="Pyro4" YAML="pyyaml" -install: -- if [ -n "${JYTHON}" ]; then source install_jython.sh; fi -- if [ -n "${YAML}" ]; then pip install "${YAML}"; fi -- pip install xlrd -- pip install $PYRO -- pip install coverage -- python setup.py develop -script: -#- cd .. -#- cp pyutilib/.coveragerc . -- test.pyutilib --cat=all --cov -after_success: -- pip install codecov -- codecov -- pip install python-coveralls -- coveralls -- cd $TRAVIS_BUILD_DIR diff --git a/README.md b/README.md index dc6af465..c373ab63 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![Travis Build Status](https://travis-ci.org/PyUtilib/pyutilib.png?branch=master)](https://travis-ci.org/PyUtilib/pyutilib) -[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/c8dh5o1blp0sycr6/branch/master?svg=true)](https://ci.appveyor.com/project/WilliamHart/pyutilib/branch/master) -[![codecov.io](https://codecov.io/github/PyUtilib/pyutilib/coverage.svg?branch=master)](https://codecov.io/github/PyUtilib/pyutilib?branch=master) +![GitHub CI](https://github.com/PyUtilib/pyutilib/workflows/GitHub%20CI/badge.svg?branch=master) +![codecov.io](https://codecov.io/github/PyUtilib/pyutilib/coverage.svg?branch=master) [![Depsy Software Impact](http://depsy.org/api/package/pypi/PyUtilib/badge.svg)](http://depsy.org/package/python/PyUtilib) [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)