Skip to content

Commit 16ba389

Browse files
Update .travis.yml
1 parent c89bef4 commit 16ba389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ sudo: required
44
python:
55
- "2.7"
66
install:
7+
- pip install nose
78
- pip install coveralls
89
script:
910
- "cd lterm"
1011
- "sudo python lterm.py -h"
11-
- sudo nosetests
12+
- sudo nosetests --with-coverage
1213
after_success:
1314
- coveralls

0 commit comments

Comments
 (0)