Move the install commands back

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 16:58:01 +02:00
parent 71d908fa3e
commit 59e588ebf5
+3 -5
View File
@@ -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: