Skip to content

Commit b790f9b

Browse files
committed
Update appveyor config
1 parent bc4efe0 commit b790f9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ environment:
1111
- PYTHON: "C:/Python36"
1212
- PYTHON: "C:/Python36-x64"
1313

14+
cache:
15+
- '%LocalAppData%\pip\Cache'
16+
- '%LocalAppData%\pypoetry\Cache'
17+
18+
1419
install:
1520
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1621

1722
# Upgrade to the latest version of pip to avoid it displaying warnings
1823
# about it being out of date.
19-
- "pip install --disable-pip-version-check --user --upgrade pip"
24+
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
2025

2126
# Downloading and installing poetry
2227
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py

0 commit comments

Comments
 (0)