Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
1 change: 1 addition & 0 deletions 1 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Python MongoDB Sample [![Build Status](https://apibeta.shippable.com/projects/53
=====================

Uses pymongo to test simple document insertion on a MongoDB instance.
sample project
7 changes: 6 additions & 1 deletion 7 shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
install:
- pip install -r requirements.txt


env:
secure: avzHKWEiOtuKAHOzlWDVwlX51x13EbfLkERuxNw4TnTIhfoqOKweYgxxOSaeKmKYrQYXnuRiQ3ed5oG6SbOmGIJwp73jpWHpoxDqnyGjcUJCmYDQMU35whEZEjhfEvazR9fgfzzVsA0JOmRFBy8aItfvz10tuUJYfg7q4znA2VSdP6NCPruW8ZEKLOalaa4JS02UsQbkFMUO1Ryc7abwyaBdaiogQM5RJrNMV+UY5+owfLYWL7RFGBcaf5q8hlqVjqIVn8mCU7rukqSRqDNK/bVdLKC2v1FNm5ITuVCiIEfhweZPzohUWUe270hwn3G8A+LsTrn8JzvIButa/9bk5A==

# Make folders for the reports
before_script:
- mkdir -p shippable/testresults
Expand All @@ -20,6 +24,7 @@ script:
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- which python && coverage run --branch test.py
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
- echo $foo

notifications:
email: false
email: vidya@shippable.com
Morty Proxy This is a proxified and sanitized view of the page, visit original site.