aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-07-08 21:24:30 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-07-09 22:38:30 +0300
commit706ebc37f87508a02c547a0fd27a59f31c7a7663 (patch)
tree93f86b4fd1ff96cfac188dff6576dc5a18ab123f /ci
parentb1fbbde0b097496b5113b50124b31f56fd4f76bb (diff)
downloadmeson-706ebc37f87508a02c547a0fd27a59f31c7a7663.zip
meson-706ebc37f87508a02c547a0fd27a59f31c7a7663.tar.gz
meson-706ebc37f87508a02c547a0fd27a59f31c7a7663.tar.bz2
Use pytest-xdist in Azure and Linux on Travis.
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 77f61fe..36e6fb4 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -154,6 +154,10 @@ steps:
where.exe python
python --version
+ # Needed for running unit tests in parallel.
+ python -m pip install --upgrade pytest-xdist
+
+
echo ""
echo "Locating cl, rc:"
where.exe cl