Skip to content

Commit

Permalink
Rename cover part to test-and-cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Nov 8, 2013
1 parent 3346705 commit 165ff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ install:
before_script:
- ./bin/flake8 app_namespace
script:
- ./bin/cover
- ./bin/test-and-cover
after_success:
- ./bin/coveralls
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
extends = versions.cfg
parts = test
cover
test-and-cover
flake8
coveralls
evolution
Expand All @@ -22,7 +22,7 @@ defaults = --with-progressive
--with-sfd
environment = testenv

[cover]
[test-and-cover]
recipe = pbp.recipe.noserunner
eggs = nose
nose-sfd
Expand Down

0 comments on commit 165ff2e

Please sign in to comment.