Ver a proveniência

Update .travis.yml test running

tags/v0.6
Ben Kurtovic há 4 anos
ascendente
cometimento
56e776a578
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver ficheiro

@@ -10,9 +10,9 @@ python:
sudo: false
install:
- pip install coveralls
- python setup.py build
- python setup.py develop
script:
- coverage run --source=mwparserfromhell setup.py -q test
- coverage run --source=mwparserfromhell -m unittest discover
after_success:
- coveralls
env:


Carregando…
Cancelar
Guardar