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
Adding ppc64le architecture support on travis-ci
pull/260/head
kishorkunal-raj
4 years ago
parent
d650f827b3
commit
9ffe05d909
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@@ -6,6 +6,9 @@ python:
- 3.7
- 3.8
- 3.9-dev
arch:
- amd64
- ppc64le
install:
- pip install coveralls
- python setup.py develop
Write
Preview
Loading…
Cancel
Save