Skip to content

Commit 00dbd81

Browse files
author
Dan
committed
Updated travis and coverage configs
1 parent 60a6359 commit 00dbd81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ omit =
66
*/python?.?/*
77
*/site-packages/nose/*
88
fake_server/*
9-
tests/*
9+
*/test*
10+
eggs/*
1011
pssh_local.py
1112
setup.py
13+
/home/travis/virtualenv/python*/lib/python*/*
1214
exclude_lines =
1315
pragma: no cover
1416
def __repr__
1517
raise AssertionError
1618
raise NotImplementedError
1719
if __name__ == .__main__.:
1820
logger.debug
21+
return self.host_clients[host]

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "2.7"
44
install:
55
- pip install -r requirements.txt
6-
script: nosetests --with-coverage --cover-package=pssh tests
6+
script: nosetests --with-coverage --cover-package=pssh
77
notifications:
88
email:
99
on_failure: change

0 commit comments

Comments
 (0)