Skip to content

Commit

Permalink
add coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
goto40 committed Oct 15, 2018
1 parent 3fcfc9e commit bacd949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ before_install:
# Installing Arpeggio as a dependency
- cd ..
- pip install Jinja2
- pip install coverage
- git clone --depth=1 --branch=master git://github.com/igordejanovic/Arpeggio.git
- cd Arpeggio && python setup.py install
- cd ../textX
install:
- python setup.py install
script:
- py.test tests/functional
- coverage run --source textx -m py.test tests/functional
- coverage report

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest
flake8
coverage
jinja2
mkdocs
mike

0 comments on commit bacd949

Please sign in to comment.