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:
94
94
- echo %PYTHON_VERSION% %TARGET_ARCH%
95
95
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
96
96
# 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
98
98
99
99
# Let the install prefer the static builds of the libs
100
100
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ install:
121
121
fi
122
122
123
123
# 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
125
125
126
126
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
127
127
# 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