diff --git a/shippable.yml b/shippable.yml index 9f3a1aa..a792cea 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,11 +1,16 @@ language: python python: - "2.7" -services: +services: - redis install: pip install -r requirements.txt script: - python sample.py + notifications: email: - exampleone@org.com +branches: + except: + - master + - testing01