Trying different packages

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 17:06:05 +02:00
parent 59e588ebf5
commit 9922efda77
+6 -5
View File
@@ -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