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 83253ba commit f8ed209Copy full SHA for f8ed209
.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
+ - python3 -m pip install -U pip
+ - python3 -m pip install -U wheel setuptools tox
23
24
test_script:
25
- - python -m tox -e %TOXENV%
+ - python3 -m tox -e %TOXENV%
0 commit comments