Skip to content

Commit 0ca54d8

Browse files
committed
Add same environments to Azure, except PyPy
PyPy needs a little more work I suspect
1 parent 8726be2 commit 0ca54d8

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

azure-pipelines.yml

+28-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ jobs:
1515
py27:
1616
python.version: '2.7'
1717
tox.env: 'py27'
18+
py27-xdist:
19+
python.version: '2.7'
20+
tox.env: 'py27-xdist'
21+
py27-trial/numpy/nobyte:
22+
python.version: '2.7'
23+
tox.env: 'py27-trial,py27-numpy,py27-nobyte'
24+
py27-pluggymaster:
25+
python.version: '2.7'
26+
tox.env: 'pluggymaster'
27+
py34:
28+
python.version: '3.4'
29+
tox.env: 'py34'
1830
py35:
1931
python.version: '3.5'
2032
tox.env: 'py35'
@@ -24,7 +36,22 @@ jobs:
2436
py37:
2537
python.version: '3.7'
2638
tox.env: 'py37'
27-
maxParallel: 4
39+
py37-linting/docs/doctesting:
40+
python.version: '3.7'
41+
tox.env: 'linting,docs,doctesting'
42+
py37-xdist:
43+
python.version: '3.7'
44+
tox.env: 'py37-xdist'
45+
py37-trial/numpy:
46+
python.version: '3.7'
47+
tox.env: 'py37-trial,py37-numpy'
48+
py37-pluggymaster:
49+
python.version: '3.7'
50+
tox.env: 'py37-pluggymaster'
51+
py37-freeze:
52+
python.version: '3.7'
53+
tox.env: 'py37-freeze'
54+
maxParallel: 10
2855

2956
steps:
3057
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)