Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Test coveralls.
tags/v0.4
Ben Kurtovic
10 anos atrás
pai
b7dc27b586
commit
25e7e7da70
1 arquivos alterados
com
12 adições
e
7 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+12
-7
.travis.yml
+ 12
- 7
.travis.yml
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar