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
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.


adding some info

This sample is built for Shippable, a docker based continuous integration and deployment platform.
12 changes: 4 additions & 8 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
# - 3.3
# - 3.4
# - pypy

install:
- if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then executeinvalidcommand ; fi
- pip install -r requirements.txt

# Make folders for the reports
Expand All @@ -20,8 +21,3 @@ 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


notifications:
email:
- exampleone@org.com