Skip to content

Commit 57c7c87

Browse files
committed
CI: use pytest-xdist on windows
1 parent e7201ca commit 57c7c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install:
7272
- cmd: conda info -a
7373

7474
# create our env
75-
- cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest
75+
- cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest pytest-xdist
7676
- cmd: activate pandas
7777
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
7878
- cmd: echo "installing requirements from %REQ%"

test.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:: test on windows
22

3-
pytest --skip-slow --skip-network pandas %*
3+
pytest --skip-slow --skip-network pandas -n 2 %*

0 commit comments

Comments
 (0)