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 58fc956 commit 953ccc6Copy full SHA for 953ccc6
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 --skip-slow --skip-network pandas -r sxX --strict %*
0 commit comments