Skip to content

Commit 9c7af05

Browse files
committed
Updated travis CI config to include coveralls.
1 parent 36e60e2 commit 9c7af05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ before_install:
1010
install:
1111
# - pip install -r requirements.txt
1212
- pip install nose
13+
- pip install coveralls
1314
- python setup.py install
15+
#script:
16+
# - nosetests
1417
script:
15-
- nosetests
18+
- coverage run --source=commpy setup.py test
19+
after_success:
20+
- coveralls
1621

1722
#language: python
1823
#python:

0 commit comments

Comments
 (0)