summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-06-05 07:24:50 +0200
committerDaniel Hahler <git@thequod.de>2019-06-08 19:21:56 +0200
commit28aa38ece65a8cff6be95911854ecfabab9eac7a (patch)
tree1f2a54e4a79ca4ef1c233750e608b4622b7ca9db /azure-pipelines.yml
parent4f597f011d3d45dc33230f6c3b0cf36f88976030 (diff)
downloadpytest-28aa38ece65a8cff6be95911854ecfabab9eac7a.tar.gz
ci: optimize twisted/pexpect related jobs
- tox: use twisted as dep only - Azure: move twisted/numpy to main py37 job - Travis: move twisted to main py37 build
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b3515d5e0..f18ce0887 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,7 +28,7 @@ jobs:
tox.env: 'py36-xdist'
py37:
python.version: '3.7'
- tox.env: 'py37'
+ tox.env: 'py37-twisted-numpy'
# Coverage for:
# - _py36_windowsconsoleio_workaround (with py36+)
# - test_request_garbage (no xdist)
@@ -36,9 +36,6 @@ jobs:
py37-linting/docs/doctesting:
python.version: '3.7'
tox.env: 'linting,docs,doctesting'
- py37-twisted/numpy:
- python.version: '3.7'
- tox.env: 'py37-twisted,py37-numpy'
py37-pluggymaster-xdist:
python.version: '3.7'
tox.env: 'py37-pluggymaster-xdist'