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