Browse Source

Update .travis.yml test running

tags/v0.6
Ben Kurtovic 4 years ago
parent
commit
56e776a578
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

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


Loading…
Cancel
Save