Skip to content

Commit

Permalink
[AppVeyor] Ignore deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Feb 16, 2020
1 parent 7fc9119 commit 2949a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %HOMEDRIVE%%HOMEPATH%

install:
- ps: python -m pip install --upgrade pip
- ps: python -Wignore -m pip install pipenv
- ps: python -W ignore -m pip install --upgrade pip
- ps: python -W ignore -m pip install pipenv
- ps: rm Pipfile.lock
- ps: $PIPENV_QUIET="true"
- pipenv --python %PYTHON_VERSION%
Expand Down

0 comments on commit 2949a55

Please sign in to comment.