This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
appveyor: fix for shadowing pip upgrade (
#126
)
tags/v0.4.3
Ben Kurtovic
9 years ago
parent
0f33da4a1b
commit
3c12e72ce7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
appveyor.yml
+ 1
- 1
appveyor.yml
View File
@@ -54,7 +54,7 @@ environment:
PYTHON_ARCH: "64"
install:
- "%PIP% install --disable-pip-version-check --upgrade pip"
- "%PIP% install --disable-pip-version-check --u
ser --u
pgrade pip"
- "%PIP% install wheel twine"
build_script:
Write
Preview
Loading…
Cancel
Save