Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
mwparserfromhell
miroir de
https://github.com/earwig/mwparserfromhell
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
24
Activité
Parcourir la source
Test coveralls.
tags/v0.4
Ben Kurtovic
il y a 10 ans
Parent
b7dc27b586
révision
25e7e7da70
1 fichiers modifiés
avec
12 ajouts
et
7 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+12
-7
.travis.yml
+ 12
- 7
.travis.yml
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer