diff --git a/.travis.yml b/.travis.yml index 29509e0..74a353c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ install: - "pip install -r requirements.txt" - "pip install coveralls" # command to run tests -script: nosetests -v --with-coverage +script: nosetests -v --with-coverage --cover-package=prompter after_success: coveralls