Skip to content

Commit

Permalink
nose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Roberts committed Jan 13, 2017
1 parent 016e592 commit 801bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
main:
steps:
- install-requirements: pip install -r requirements.txt
- install-coveralls: pip install coveralls
- install-coveralls: pip nose install coveralls
- tests: nosetests tests --with-coverage --cover-package yact
- post_tests: coveralls

0 comments on commit 801bf93

Please sign in to comment.