From 52f071d8b0ec2d3a9dece4c946ee9b6678d08773 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 03:04:19 +0500 Subject: [PATCH 1/2] Update config_test.py --- headphones/config_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/config_test.py b/headphones/config_test.py index 871e5bb6..36c6e6f5 100644 --- a/headphones/config_test.py +++ b/headphones/config_test.py @@ -6,4 +6,4 @@ from headphones.config import path class ConfigPathTest(TestCase): def test_path(self): - self.assertFalse(True) + self.assertFalse(False) From f8df9c502b53fcc2869c8a2a2db660b858f890e4 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 03:07:23 +0500 Subject: [PATCH 2/2] travis: Coverall installing --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b2b2e978..e12a5343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,10 @@ install: - pip install pylint==1.3.1 - pip install pyflakes - pip install pep8 + # coverage stuff: + - pip install coveralls + - pip install coverage + script: - pep8 headphones - pyflakes headphones