Skip to content

Commit 7249c66

Browse files
author
Sunny Raj Rathod
authored
Update .travis.yml
1 parent b30a77e commit 7249c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ install:
1010
- pip install nose
1111
- pip install pyxb
1212
- pip install lxml
13+
- pip install coveralls
1314

1415
before_script:
1516
- git submodule update --remote --recursive
1617

1718
script:
1819
- nosetests
20+
- coveralls
1921
- python setup.py install
2022
- cd sample-code-python
2123
- python ./test-runner.py

0 commit comments

Comments
 (0)