diff options
| author | Bobby <[email protected]> | 2022-08-30 18:57:21 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 18:57:21 -0400 |
| commit | 4ad0ad71085d08ecc843ff0e0898436b95fbe30a (patch) | |
| tree | d21987a7c103be0e1f95d77c3e19d2d5baf2f82c | |
| parent | d1c69698c7aa90b901e7c215c91de2a9874bbc27 (diff) | |
| download | edify-4ad0ad71085d08ecc843ff0e0898436b95fbe30a.tar.xz edify-4ad0ad71085d08ecc843ff0e0898436b95fbe30a.zip | |
Remove AppVeyor Integration
| -rw-r--r-- | .appveyor.yml | 77 | ||||
| -rw-r--r-- | .cookiecutterrc | 2 | ||||
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | README.rst | 6 |
4 files changed, 2 insertions, 84 deletions
diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 7bab3d0..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,77 +0,0 @@ -version: '{branch}-{build}' -build: off -image: Visual Studio 2019 -environment: - matrix: - - TOXENV: check - TOXPYTHON: C:\Python36\python.exe - PYTHON_HOME: C:\Python36 - PYTHON_VERSION: '3.6' - PYTHON_ARCH: '32' - - TOXENV: py36,codecov - TOXPYTHON: C:\Python36\python.exe - PYTHON_HOME: C:\Python36 - PYTHON_VERSION: '3.6' - PYTHON_ARCH: '32' - - TOXENV: py36,codecov - TOXPYTHON: C:\Python36-x64\python.exe - PYTHON_HOME: C:\Python36-x64 - PYTHON_VERSION: '3.6' - PYTHON_ARCH: '64' - - TOXENV: py37,codecov - TOXPYTHON: C:\Python37\python.exe - PYTHON_HOME: C:\Python37 - PYTHON_VERSION: '3.7' - PYTHON_ARCH: '32' - - TOXENV: py37,codecov - TOXPYTHON: C:\Python37-x64\python.exe - PYTHON_HOME: C:\Python37-x64 - PYTHON_VERSION: '3.7' - PYTHON_ARCH: '64' - - TOXENV: py38,codecov - TOXPYTHON: C:\Python38\python.exe - PYTHON_HOME: C:\Python38 - PYTHON_VERSION: '3.8' - PYTHON_ARCH: '32' - - TOXENV: py38,codecov - TOXPYTHON: C:\Python38-x64\python.exe - PYTHON_HOME: C:\Python38-x64 - PYTHON_VERSION: '3.8' - PYTHON_ARCH: '64' - - TOXENV: py39,codecov - TOXPYTHON: C:\Python39\python.exe - PYTHON_HOME: C:\Python39 - PYTHON_VERSION: '3.9' - PYTHON_ARCH: '32' - - TOXENV: py39,codecov - TOXPYTHON: C:\Python39-x64\python.exe - PYTHON_HOME: C:\Python39-x64 - PYTHON_VERSION: '3.9' - PYTHON_ARCH: '64' - - TOXENV: py310,codecov - TOXPYTHON: C:\Python31\python.exe - PYTHON_HOME: C:\Python31 - PYTHON_VERSION: '3.1' - PYTHON_ARCH: '32' - - TOXENV: py310,codecov - TOXPYTHON: C:\Python31-x64\python.exe - PYTHON_HOME: C:\Python31-x64 - PYTHON_VERSION: '3.1' - PYTHON_ARCH: '64' -init: - - ps: echo $env:TOXENV - - ps: ls C:\Python* -install: - - '%PYTHON_HOME%\python -mpip install --progress-bar=off tox -rci/requirements.txt' - - '%PYTHON_HOME%\Scripts\virtualenv --version' - - '%PYTHON_HOME%\Scripts\pip --version' - - '%PYTHON_HOME%\Scripts\tox --version' -test_script: - - '%PYTHON_HOME%\Scripts\tox' -on_failure: - - ps: dir "env:" - - ps: get-content .tox\*\log\* - -### To enable remote debugging uncomment this (also, see: http://www.appveyor.com/docs/how-to/rdp-to-build-worker): -# on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) diff --git a/.cookiecutterrc b/.cookiecutterrc index b797240..3c79783 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -19,7 +19,7 @@ default_context: _extensions: ['jinja2_time.TimeExtension'] _template: 'gh:ionelmc/cookiecutter-pylibrary' allow_tests_inside_package: 'no' - appveyor: 'yes' + appveyor: 'no' c_extension_function: 'longest' c_extension_module: '_edify' c_extension_optional: 'no' diff --git a/MANIFEST.in b/MANIFEST.in index de8d247..d0dac9c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,6 @@ graft src graft ci graft tests -include .appveyor.yml include .bumpversion.cfg include .cookiecutterrc include .coveragerc @@ -10,7 +10,7 @@ Overview * - docs - |docs| * - tests - - | |github-actions| |appveyor| |requires| + - | |github-actions| |requires| | |codecov| * - package - | |version| |wheel| |supported-versions| |supported-implementations| @@ -19,10 +19,6 @@ Overview :target: https://edify.readthedocs.io/ :alt: Documentation Status -.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/luciferreeves/edify?branch=main&svg=true - :alt: AppVeyor Build Status - :target: https://ci.appveyor.com/project/luciferreeves/edify - .. |github-actions| image:: https://github.com/luciferreeves/edify/actions/workflows/github-actions.yml/badge.svg :alt: GitHub Actions Build Status :target: https://github.com/luciferreeves/edify/actions |
