From 4debc4f87aaec4470aa7ecd8e0bc24e182972630 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 | 3 ++- 2 files changed, 4 insertions(+), 3 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..070188e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ platform: branches: only: - master + - development environment: matrix: @@ -15,7 +16,7 @@ environment: 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 --upgrade pip -r .\src\rdplot\requirements.txt pynsist build_script: - git describe > .\src\rdplot\version.txt