Skip to content

Commit d1f64fa

Browse files
committed
AppVeyor: quench pip deprecation warnings for v2.7
1 parent 43a39bc commit d1f64fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ install:
4242
if ($env:PYTHON) {
4343
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
4444
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
45-
python -m pip install --upgrade pip wheel
46-
python -m pip install pytest numpy --no-warn-script-location
45+
python -W ignore -m pip install --upgrade pip wheel
46+
python -W ignore -m pip install pytest numpy --no-warn-script-location
4747
} elseif ($env:CONDA) {
4848
if ($env:CONDA -eq "27") { $env:CONDA = "" }
4949
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }

0 commit comments

Comments
 (0)