File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ install:
9494 - echo %PYTHON_VERSION% %TARGET_ARCH%
9595 - if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9696 # pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
97- - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-warnings pytest- xdist
97+ - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
9898
9999 # Let the install prefer the static builds of the libs
100100 - set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ install:
121121 fi
122122
123123 # pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
124- pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-faulthandler pytest-rerunfailures pytest-timeout pytest-warnings pytest- xdist $INSTALL_PEP8
124+ pip install $PRE pytest 'pytest-cov>=2.3.1' pytest-faulthandler pytest-rerunfailures pytest-timeout pytest-xdist $INSTALL_PEP8
125125
126126 # We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
127127 # availible in the Ubuntu version used by Travis but we can manually install the deb from a later
You can’t perform that action at this time.
0 commit comments