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 ed16fa1 commit b8245aaCopy full SHA for b8245aa
.appveyor.yml
@@ -18,8 +18,8 @@ environment:
18
TOXENV: "py37"
19
20
install:
21
- - %PYTHON% -m pip install -U pip
22
- - %PYTHON% -m pip install -U wheel setuptools tox
+- "%PYTHON%/Scripts/pip install -U --user pip"
+- "%PYTHON%/Scripts/pip install -U --user setuptools tox wheel"
23
24
test_script:
25
- - %PYTHON% -m tox -e %TOXENV%
+- "%PYTHON%/python -m tox -e %TOX_ENV%"
0 commit comments