Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
mwparserfromhell
mirror da
https://github.com/earwig/mwparserfromhell
Segui
1
Vota
1
Forka
0
Codice
Rilasci
24
Attività
Sfoglia il codice sorgente
Test coveralls.
tags/v0.4
Ben Kurtovic
10 anni fa
parent
b7dc27b586
commit
25e7e7da70
1 ha cambiato i file
con
12 aggiunte
e
7 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+12
-7
.travis.yml
+ 12
- 7
.travis.yml
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva