8000
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 7e70fd7 commit 899c040Copy full SHA for 899c040
appveyor.yml
@@ -73,7 +73,7 @@ install:
73
- cmd: conda info -a
74
75
# create our env
76
- - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist
+ - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0
77
- cmd: activate pandas 6EA1
78
- cmd: pip install moto
79
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
test.bat
@@ -1,3 +1,3 @@
1
:: test on windows
2
3
-pytest --skip-slow --skip-network pandas -n 2 -r sxX --strict %*
+pytest -v --skip-slow --skip-network pandas -r sxX --strict %*
0 commit comments