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 4debc4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ platform:
branches:
only:
- master
- development

environment:
matrix:
Expand All @@ -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
Expand Down

0 comments on commit 4debc4f

Please sign in to comment.