That did not work

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 17:09:30 +02:00
parent 9922efda77
commit 7eabb7a1f4
+6 -2
View File
@@ -15,7 +15,7 @@ addons:
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
@@ -25,6 +25,8 @@ install:
stages: stages:
- name: Main - name: Main
- name: Supported - name: Supported
- name: Future
# if: branch = main
jobs: jobs:
include: include:
@@ -51,7 +53,9 @@ jobs:
script: script:
- python -m pytest -v - python -m pytest -v
- python: - stage:
- Future
python:
- 3.9-dev - 3.9-dev
script: script:
- python -m pytest -v - python -m pytest -v