diff --git a/.travis.yml b/.travis.yml index 7a51f4e..389f6e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ install: before_script: - ./bin/flake8 app_namespace script: - - ./bin/cover + - ./bin/test-and-cover after_success: - ./bin/coveralls diff --git a/buildout.cfg b/buildout.cfg index 0d287a9..4bb0d99 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,7 +1,7 @@ [buildout] extends = versions.cfg parts = test - cover + test-and-cover flake8 coveralls evolution @@ -22,7 +22,7 @@ defaults = --with-progressive --with-sfd environment = testenv -[cover] +[test-and-cover] recipe = pbp.recipe.noserunner eggs = nose nose-sfd