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
Add Python 3.5 to Appveyor.
tags/v0.4.3
Ben Kurtovic
9 years ago
parent
23d97583bf
commit
21fa211bc7
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
appveyor.yml
+ 8
- 0
appveyor.yml
View File
@@ -44,6 +44,14 @@ environment:
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
install:
- "%PIP% install wheel twine"
Write
Preview
Loading…
Cancel
Save