trying to minimize pipeline deps
This commit is contained in:
@ -12,11 +12,9 @@ tests:
|
||||
- pip install PyQtWebEngine
|
||||
|
||||
- apt-get update
|
||||
- apt-get install -y libnss3
|
||||
- apt-get install -y libxcomposite1
|
||||
- apt-get install -y libxtst6
|
||||
- apt-get install ffmpeg libsm6 libxext6 libxkbcommon-x11-0 -y
|
||||
- apt-get install libxcb-xinerama0 -y
|
||||
- apt-get install -y libnss3 libxcomposite1 libxtst6
|
||||
# - apt-get install ffmpeg libsm6 libxext6 libxkbcommon-x11-0 -y
|
||||
# - apt-get install libxcb-xinerama0 -y
|
||||
|
||||
- python -m unittest discover -f ./tests
|
||||
- coverage run --source=./grum -m unittest discover -f ./tests
|
||||
|
Reference in New Issue
Block a user