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