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
Fix missing dependency in appveyor config
tags/v0.6.6
Ben Kurtovic
10 months ago
parent
b997514125
commit
e00c202ce9
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
@@ -63,7 +63,7 @@ environment:
install:
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine pytest"
- "%PIP% install
setuptools
wheel twine pytest"
build_script:
- "%SETUPPY% build"
Write
Preview
Loading…
Cancel
Save