We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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