Thanks to visit codestin.com Credit goes to github.com
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 5e10b8e commit d0c9327Copy full SHA for d0c9327
.appveyor.yml
@@ -94,8 +94,7 @@ install:
94
- echo %PYTHON_VERSION% %TARGET_ARCH%
95
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
96
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
97
- - conda install -q pytest "pytest-cov>=2.3.1" pytest-timeout pytest-xdist
98
- - pip install -q pytest-rerunfailures pytest-warnings
+ - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-warnings pytest-xdist
99
100
# Let the install prefer the static builds of the libs
101
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
0 commit comments