.travis.yml 640 B

12345678910111213141516171819202122232425262728293031323334353637
  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
  13. script:
  14. - tox
  15. notifications:
  16. email:
  17. recipients:
  18. - jdetiber@redhat.com
  19. - sdodson@redhat.com
  20. on_success: change
  21. on_failure: always
  22. irc:
  23. channels:
  24. - chat.freenode.net#openshift-dev
  25. on_success: change
  26. on_failure: always
  27. template:
  28. - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
  29. - "Change view : %{compare_url}"
  30. - "Build details : %{build_url}"
  31. - "sdodson jdetiber: ^"