diff --git a/readme.md b/readme.md index c258a6c..d616a1a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,3 @@ -! Build samples - +! Build sample python ================= diff --git a/shippable.yml b/shippable.yml index b2eb476..68ae72d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -9,4 +9,6 @@ script: - nosetests python/sample.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage run --branch python/sample.py - coverage xml -o shippable/codecoverage/coverage.xml python/sample.py - +branches: + only: + - testing3