That did not work
This commit is contained in:
+6
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user