Skip to content

Commit 03603b7

Browse files
committed
Updated.
1 parent 9c7af05 commit 03603b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ install:
1212
- pip install nose
1313
- pip install coveralls
1414
- python setup.py install
15-
#script:
16-
# - nosetests
1715
script:
18-
- coverage run --source=commpy setup.py test
16+
- nosetests
17+
- nosetests --with-coverage --cover-package=commpy
1918
after_success:
2019
- coveralls
2120

0 commit comments

Comments
 (0)