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.
python -m pip install -U pip
1 parent f1157b5 commit cd5035cCopy full SHA for cd5035c
appveyor.yml
@@ -28,7 +28,7 @@ install:
28
build: off
29
30
test_script:
31
- - pip install --upgrade --user pip setuptools
+ - python -m pip install -U pip setuptools
32
- pip install codecov
33
- python setup.py test
34
- codecov --required
0 commit comments