From 4f83b80ea11087f5893b6c41569550e4b9c2f54a Mon Sep 17 00:00:00 2001 From: Dominik Mehlem Date: Tue, 17 Oct 2023 10:56:09 +0200 Subject: [PATCH] test AppVeyor --- README.rst | 4 ++-- appveyor.yml | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 707c0b5..4d6fda4 100644 --- a/README.rst +++ b/README.rst @@ -33,8 +33,8 @@ RDPlot was presented as a Demo on VCIP 2021. Please consider citing the correspo Build status ======================= -.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/o1qbjnf29err9o2a/branch/master?svg=true&retina=true - :target: https://ci.appveyor.com/project/JensAc/rdplot +.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/37mam1gyisyauvkv/branch/master?svg=true + :target: https://ci.appveyor.com/project/dmehlem/rdplot .. |Actions| image:: https://github.com/IENT/RDPlot/actions/workflows/build_test_rdplot.yml/badge.svg?branch=master :target: https://github.com/IENT/RDPlot/actions/workflows/build_test_rdplot.yml diff --git a/appveyor.yml b/appveyor.yml index 402f4ee..b4cc2b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,21 +1,22 @@ -image: Visual Studio 2019 +image: Visual Studio 2022 platform: -x86 branches: only: - master + - development environment: matrix: - - PYTHON: "C:\\Python39-x64" - PYTHON_VERSION: "3.9.1" + - PYTHON: "C:\Python311-x64" + PYTHON_VERSION: "3.11.5" PYTHON_ARCH: "64" install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - python --version - - python -m pip install numpy scipy cycler matplotlib py pyparsing PyQt5 pytest python-dateutil pytz sip six tabulate mpldatacursor jsonpickle xmltodict tikzplotlib pynsist Pillow + - python -m pip install -r .\src\rdplot\requirements.txt build_script: - git describe > .\src\rdplot\version.txt