Explorar el Código

Update .travis.yml test running

tags/v0.6
Ben Kurtovic hace 4 años
padre
commit
56e776a578
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar