Move the install commands back
This commit is contained in:
+3
-5
@@ -13,12 +13,13 @@ addons:
|
|||||||
- python3-pyqt5.qtsvg
|
- python3-pyqt5.qtsvg
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
# - pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
# - pip install pytest-faulthandler
|
|
||||||
- pip install PyVirtualDisplay
|
- pip install PyVirtualDisplay
|
||||||
|
- pip install pytest-cov
|
||||||
- pip install pytest-xvfb
|
- pip install pytest-xvfb
|
||||||
- pip install pytest-qt
|
- pip install pytest-qt
|
||||||
|
- pip install codecov
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: Main
|
- name: Main
|
||||||
@@ -30,9 +31,6 @@ jobs:
|
|||||||
- Main
|
- Main
|
||||||
python:
|
python:
|
||||||
- 3.8
|
- 3.8
|
||||||
install:
|
|
||||||
- pip install pytest-cov
|
|
||||||
- pip install codecov
|
|
||||||
script:
|
script:
|
||||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
- python -m pytest --cov=nw -m "project|core|gui" -v
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user