Parcourir la source

Update .travis.yml test running

tags/v0.6
Ben Kurtovic il y a 4 ans
Parent
révision
56e776a578
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Voir le fichier

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


Chargement…
Annuler
Enregistrer