We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7201ca commit 57c7c87Copy full SHA for 57c7c87
appveyor.yml
@@ -72,7 +72,7 @@ install:
72
- cmd: conda info -a
73
74
# create our env
75
- - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest
+ - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest pytest-xdist
76
- cmd: activate pandas
77
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
78
- cmd: echo "installing requirements from %REQ%"
test.bat
@@ -1,3 +1,3 @@
1
:: test on windows
2
3
-pytest --skip-slow --skip-network pandas %*
+pytest --skip-slow --skip-network pandas -n 2 %*
0 commit comments