We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4efe0 commit b790f9bCopy full SHA for b790f9b
appveyor.yml
@@ -11,12 +11,17 @@ environment:
11
- PYTHON: "C:/Python36"
12
- PYTHON: "C:/Python36-x64"
13
14
+cache:
15
+ - '%LocalAppData%\pip\Cache'
16
+ - '%LocalAppData%\pypoetry\Cache'
17
+
18
19
install:
20
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
21
22
# Upgrade to the latest version of pip to avoid it displaying warnings
23
# about it being out of date.
- - "pip install --disable-pip-version-check --user --upgrade pip"
24
+ - "python -m pip install --disable-pip-version-check --user --upgrade pip"
25
26
# Downloading and installing poetry
27
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
0 commit comments