Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
mwparserfromhell
peilaus alkaen
https://github.com/earwig/mwparserfromhell
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
24
Toiminta
Selaa lähdekoodia
Test coveralls.
tags/v0.4
Ben Kurtovic
10 vuotta sitten
vanhempi
b7dc27b586
commit
25e7e7da70
1 muutettua tiedostoa
jossa
12 lisäystä
ja
7 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-7
.travis.yml
+ 12
- 7
.travis.yml
Näytä tiedosto
@@ -1,9 +1,14 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: python setup.py build
script: python setup.py -q test
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install:
- pip install coveralls
- python setup.py build
script:
- coverage run --source=mwparserfromhell setup.py -q test
after_success:
- coveralls
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna