Skip to content
Open
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Build samples
! python Build samples


=================
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

18 changes: 14 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
python:
- "2.7"
- "2.6"

language: python
before_script: mkdir -p shippable/codecoverage shippable/testresults
install: pip install --use-mirrors -r requirements.txt


before_script: mkdir -p shippable/codecoverage shippable/


#install: pip install --use-mirrors -r requirements.txt

script:
- nosetests python/sample.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- coverage run --branch python/sample.py
- coverage xml -o shippable/codecoverage/coverage.xml python/sample.py


notifications:
email:
- vidyac.raghav@gmail.com
- vidya@shippable.com
- vidyatest@hotmail.com