From e0fd48037cccbc868b47887deff564c6ee45d0bd Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Sun, 10 Jan 2016 22:20:49 -0500 Subject: [PATCH] Typo in .travis.yml Signed-off-by: Christian Tremblay --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01473d2..6114b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: - pip install coveralls - pip install nose script: -- nosetests --with-coverage --cover-package=BAC0 -v +- nosetests --with-coverage --cover-package=pyhaystack -v after_success: coveralls