Skip to content

Commit

Permalink
Update doc after removing appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 3, 2024
1 parent 7b595e6 commit 203fa9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ Testing
*silx* features a comprehensive test-suite used in continuous integration for
all major operating systems:

- Github Actions CI status: |Github Actions Status|
- Appveyor CI status: |Appveyor Status|
|Github Actions Status|

Please refer to the `documentation on testing <http://www.silx.org/doc/silx/latest/install.html#testing>`_
for details.
Expand All @@ -109,7 +108,5 @@ Citation

.. |Github Actions Status| image:: https://github.com/silx-kit/silx/workflows/CI/badge.svg
:target: https://github.com/silx-kit/silx/actions
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/qgox9ei0wxwfagrb/branch/master?svg=true
:target: https://ci.appveyor.com/project/ESRF/silx?branch=master
.. |zenodo DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591709.svg
:target: https://doi.org/10.5281/zenodo.591709
5 changes: 1 addition & 4 deletions doc/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ Project
- To register from outside ESRF, send an email to `[email protected] <mailto:[email protected]>`_.

- Continuous integration: *silx* is continuously tested on all three major
operating systems:

- Linux, MacOS, Windows: `GitHub Actions <https://github.com/silx-kit/silx/actions>`_
- Windows: `AppVeyor <https://ci.appveyor.com/project/ESRF/silx>`_
operating systems (Linux, MacOS, Windows): `GitHub Actions <https://github.com/silx-kit/silx/actions>`_

Additional Material
-------------------
Expand Down
2 changes: 1 addition & 1 deletion src/silx/gui/dialog/test/test_datafiledialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def tearDownModule():
for _ in range(10):
try:
shutil.rmtree(_tmpDirectory)
except PermissionError: # Might fail on appveyor
except PermissionError: # Might fail on Windows
testutils.TestCaseQt.qWait(500)
else:
break
Expand Down
2 changes: 1 addition & 1 deletion src/silx/gui/dialog/test/test_imagefiledialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def tearDownModule():
for _ in range(10):
try:
shutil.rmtree(_tmpDirectory)
except PermissionError: # Might fail on appveyor
except PermissionError: # Might fail on Windows
testutils.TestCaseQt.qWait(500)
else:
break
Expand Down

0 comments on commit 203fa9f

Please sign in to comment.