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 ce04aa6 commit 5bca8e5Copy full SHA for 5bca8e5
appveyor.yml
@@ -14,7 +14,7 @@ environment:
14
15
install:
16
- "git submodule update --init mypy/typeshed"
17
- - "%PYTHON%\\python.exe -m pip install -U setuptools 'virtualenv<20' tox==3.9.0"
+ - '%PYTHON%\\python.exe -m pip install -U setuptools "virtualenv<20" tox==3.9.0'
18
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
19
20
build: off
0 commit comments