Skip to content

Commit

Permalink
test AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehlem committed Oct 17, 2023
1 parent 5ac07b5 commit 4f83b80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4f83b80

Please sign in to comment.