Skip to content

Commit

Permalink
ci(appveyor): upgrade pip using python -m pip install -U pip
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed May 1, 2018
1 parent f1157b5 commit cd5035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
build: off

test_script:
- pip install --upgrade --user pip setuptools
- python -m pip install -U pip setuptools
- pip install codecov
- python setup.py test
- codecov --required
Expand Down

0 comments on commit cd5035c

Please sign in to comment.