Skip to content

Commit

Permalink
screwdriver?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Roberts committed Jan 13, 2017
1 parent b3cf4c3 commit 1f70c26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
shared:
image: python

jobs:
main:
steps:
- install:
- pip install -r requirements.txt
- pip install coveralls
- tests: nosetests tests --with-coverage --cover-package yact
- post_tests:
- coveralls

0 comments on commit 1f70c26

Please sign in to comment.