.travis.yml 680 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---
  2. sudo: false
  3. cache:
  4. - pip
  5. before_cache:
  6. - rm ~/.cache/pip/log/debug.log
  7. language: python
  8. python:
  9. - "2.7"
  10. - "3.5"
  11. install:
  12. - pip install tox-travis coveralls
  13. script:
  14. - tox
  15. after_success:
  16. - coveralls
  17. notifications:
  18. email:
  19. recipients:
  20. - jdetiber@redhat.com
  21. - sdodson@redhat.com
  22. on_success: change
  23. on_failure: always
  24. irc:
  25. channels:
  26. - chat.freenode.net#openshift-dev
  27. on_success: change
  28. on_failure: always
  29. template:
  30. - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
  31. - "Change view : %{compare_url}"
  32. - "Build details : %{build_url}"
  33. - "sdodson jdetiber: ^"