mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
need pytest-qt
This commit is contained in:
parent
7c9cc76cce
commit
174cfbd3fb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python:
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r install/requirements.txt
|
- pip install -r install/requirements.txt
|
||||||
- pip install pytest-cov coveralls flake8 pytest-faulthandler pytest-ordering
|
- pip install pytest-cov coveralls flake8 pytest-faulthandler pytest-ordering pytest-qt
|
||||||
before_script:
|
before_script:
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue