Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Python Sample

Simple Python sample with tests using Nose and Coverage.



[![Build Status](https://apibeta.shippable.com/projects/5420089b76d0c288e441e5ee/badge?branchName=master)](https://appbeta.shippable.com/projects/5420089b76d0c288e441e5ee/builds/latest)
#test
11 changes: 9 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ python:
- 3.2
- 3.3
- 3.4
- pypy
# - pypy



before_install:
- source ~/.rvm/scripts/rvm && rvm use 1.9.3
- source ~/.rvm/scripts/rvm && rvm use 1.9.2

install:
- pip install -r requirements.txt
Expand All @@ -30,6 +30,13 @@ script:
- echo $BUILD_NUMBER

archive: true
notifications:
email:
recipients:
- vidya@shippable.com
- exampletwo@org.com
on_success: change
on_failure: always

#test
#cache: true
Expand Down