tox.ini 254 B

123456789101112131415161718
  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. ipython2: ipython[notebook]>=2,<3
  15. ipython3: ipython[notebook]