diff --git a/othertest.txt b/othertest.txt new file mode 100644 index 00000000..e69de29b diff --git a/shippable.yml b/shippable.yml index a0cfef27..a8690232 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: java +language: python python: - 2.6 @@ -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 @@ -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 diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..e69de29b