Skip to content

Commit f3681a8

Browse files
authored
Merge pull request #85 from nexB/update-skeleton
Update skeleton
2 parents 1548127 + b6e2bb1 commit f3681a8

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
jobs:
99

10-
- template: etc/ci/azure-posix.yml
11-
parameters:
12-
job_name: ubuntu18_cpython
13-
image_name: ubuntu-18.04
14-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
15-
test_suites:
16-
all: venv/bin/pytest -n 2 -vvs
17-
1810
- template: etc/ci/azure-posix.yml
1911
parameters:
2012
job_name: ubuntu20_cpython
@@ -31,14 +23,6 @@ jobs:
3123
test_suites:
3224
all: venv/bin/pytest -n 2 -vvs
3325

34-
- template: etc/ci/azure-posix.yml
35-
parameters:
36-
job_name: macos1015_cpython
37-
image_name: macos-10.15
38-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
39-
test_suites:
40-
all: venv/bin/pytest -n 2 -vvs
41-
4226
- template: etc/ci/azure-posix.yml
4327
parameters:
4428
job_name: macos11_cpython

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ testing =
6767
isort
6868

6969
docs =
70-
Sphinx >= 3.3.1
70+
Sphinx == 5.1.0
7171
sphinx-rtd-theme >= 0.5.0
7272
sphinxcontrib-apidoc >= 0.3.0
7373
doc8 >= 0.8.1

0 commit comments

Comments
 (0)