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
Empty file added othertest.txt
Empty file.
16 changes: 11 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: java
language: python

python:
- 2.6
Expand All @@ -11,8 +11,8 @@ python:
install:
- pip install -r requirements.txt

# Make folders for the reports
before_script:
# Make folders for the reports
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage

Expand All @@ -21,8 +21,14 @@ script:
- which python && coverage run --branch test.py
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py

branches:
except:
- master
notifications:
email:
on_success: 'always'
on_failure: 'always'
recipients:
- aidan@shippable.com


cache: true
commit_container: amurphy/sample_python
build_image: amurphy/sample_python:latest
Empty file added test.txt
Empty file.