Plex plugin to to play various online streams (mostly Latvian).

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [tox]
  2. envlist = py25,py26,py27,py31,pypy,py32,py33,jython
  3. [testenv]
  4. deps=unittest2
  5. commands={envbindir}/unit2 discover []
  6. [testenv:py26]
  7. commands=
  8. {envbindir}/unit2 discover []
  9. {envbindir}/sphinx-build -E -b doctest docs html
  10. {envbindir}/sphinx-build -E docs html
  11. deps =
  12. unittest2
  13. sphinx
  14. [testenv:py27]
  15. commands=
  16. {envbindir}/unit2 discover []
  17. {envbindir}/sphinx-build -E -b doctest docs html
  18. deps =
  19. unittest2
  20. sphinx
  21. [testenv:py31]
  22. deps =
  23. unittest2py3k
  24. [testenv:py32]
  25. commands=
  26. {envbindir}/python -m unittest discover []
  27. deps =
  28. [testenv:py33]
  29. commands=
  30. {envbindir}/python -m unittest discover []
  31. deps =
  32. # note for jython. Execute in tests directory:
  33. # rm `find . -name '*$py.class'`