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 18b69ff commit 551b8d5Copy full SHA for 551b8d5
appveyor.yml
@@ -51,9 +51,9 @@ install:
51
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
52
# Upgrade to the latest version of pip to avoid it displaying warnings
53
# about it being out of date.
54
- - 'pip install --disable-pip-version-check --user --upgrade pip'
+ - 'python -m pip install --disable-pip-version-check --user --upgrade pip'
55
# install tox
56
- - pip install tox
+ - python -m pip install tox
57
# install of the actual project is handled by tox in tests
58
test_script:
59
# run tox tests
0 commit comments