diff --git a/.travis.yml b/.travis.yml index d7b85d5..34bc818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - source activate testenv - pip install coverage coveralls -script: nosetests +script: nosetests --with-coverage --cover-package=root_pandas after_success: - time coveralls