We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6359 commit 00dbd81Copy full SHA for 00dbd81
.coveragerc
@@ -6,13 +6,16 @@ omit =
6
*/python?.?/*
7
*/site-packages/nose/*
8
fake_server/*
9
- tests/*
+ */test*
10
+ eggs/*
11
pssh_local.py
12
setup.py
13
+ /home/travis/virtualenv/python*/lib/python*/*
14
exclude_lines =
15
pragma: no cover
16
def __repr__
17
raise AssertionError
18
raise NotImplementedError
19
if __name__ == .__main__.:
20
logger.debug
21
+ return self.host_clients[host]
.travis.yml
@@ -3,7 +3,7 @@ python:
3
- "2.7"
4
install:
5
- pip install -r requirements.txt
-script: nosetests --with-coverage --cover-package=pssh tests
+script: nosetests --with-coverage --cover-package=pssh
notifications:
email:
on_failure: change
0 commit comments