Trying different packages
This commit is contained in:
+6
-5
@@ -11,10 +11,11 @@ addons:
|
|||||||
- libenchant-dev
|
- libenchant-dev
|
||||||
- python3-pyqt5
|
- python3-pyqt5
|
||||||
- python3-pyqt5.qtsvg
|
- python3-pyqt5.qtsvg
|
||||||
|
- python3-lxml
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# - pip install --upgrade pip
|
# - pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
# - pip install -r requirements.txt
|
||||||
- pip install PyVirtualDisplay
|
- pip install PyVirtualDisplay
|
||||||
- pip install pytest-cov
|
- pip install pytest-cov
|
||||||
- pip install pytest-xvfb
|
- pip install pytest-xvfb
|
||||||
@@ -32,7 +33,7 @@ jobs:
|
|||||||
python:
|
python:
|
||||||
- 3.8
|
- 3.8
|
||||||
script:
|
script:
|
||||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
- python -m pytest --cov=nw -v
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
after_failure:
|
after_failure:
|
||||||
@@ -43,14 +44,14 @@ jobs:
|
|||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
script:
|
script:
|
||||||
- python -m pytest -m "project|core|gui" -v
|
- python -m pytest -v
|
||||||
|
|
||||||
- python:
|
- python:
|
||||||
- 3.7
|
- 3.7
|
||||||
script:
|
script:
|
||||||
- python -m pytest -m "project|core|gui" -v
|
- python -m pytest -v
|
||||||
|
|
||||||
- python:
|
- python:
|
||||||
- 3.9-dev
|
- 3.9-dev
|
||||||
script:
|
script:
|
||||||
- python -m pytest -m "project|core|gui" -v
|
- python -m pytest -v
|
||||||
|
|||||||
Reference in New Issue
Block a user