diff --git a/shippable.yml b/shippable.yml index 99396ec3..f164eaab 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,21 +8,27 @@ python: #- 3.4 #- pypy -install: - - pip install -r requirements.txt - # Make folders for the reports before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage script: - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml + - echo $COMMITTER + - echo $LAST_AUTHOR # exclude #branches: # - TEST #cache: true +#integrations: +# notifications: +# - integrationName: hipchat +# type: hipchat +# recipients: +# - "@VootlaChaitanya" +# - "#roomOne" +# on_success: always +# on_failure: always + diff --git a/test.py b/test.py index e090dee3..3c738236 100755 --- a/test.py +++ b/test.py @@ -14,3 +14,5 @@ def main(): if __name__ == "__main__": main() + +