tox.ini 260 B

12345678910111213141516171819
  1. [tox]
  2. skipsdist = True
  3. minversion = 1.8
  4. envlist =
  5. py{27,34}-ipython2,
  6. py{27,34}-ipython3,
  7. [testenv]
  8. commands = py.test
  9. deps =
  10. pytest
  11. pytest-capturelog
  12. pelican
  13. markdown
  14. mock
  15. ipython2: ipython[notebook]>=2,<3
  16. ipython3: ipython[notebook]