Install PyQt5 for tests and add GitHub Actions badge

This commit is contained in:
grossmj
2020-06-26 19:34:02 +09:30
parent dd3314d06b
commit 7cee0d01ab
2 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
# install PyQt5
sudo apt install -y python3-pyqt5 python3-pip python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names

View File

@@ -1,8 +1,8 @@
GNS3-gui
========
.. image:: https://travis-ci.org/GNS3/gns3-gui.svg?branch=master
:target: https://travis-ci.org/GNS3/gns3-gui
.. image:: https://github.com/GNS3/gns3-gui/workflows/testing/badge.svg
:target: https://github.com/GNS3/gns3-gui/actions?query=workflow%3Atesting
.. image:: https://img.shields.io/pypi/v/gns3-gui.svg
:target: https://pypi.python.org/pypi/gns3-gui