Skip to content

Commit 5bca8e5

Browse files
author
hauntsaninja
committed
appveyor.yml: take a guess at quoting rules
1 parent ce04aa6 commit 5bca8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414

1515
install:
1616
- "git submodule update --init mypy/typeshed"
17-
- "%PYTHON%\\python.exe -m pip install -U setuptools 'virtualenv<20' tox==3.9.0"
17+
- '%PYTHON%\\python.exe -m pip install -U setuptools "virtualenv<20" tox==3.9.0'
1818
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
1919

2020
build: off

0 commit comments

Comments
 (0)