tox.ini 239 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. pelican
  12. markdown
  13. mock
  14. ipython2: ipython[notebook]>=2,<3
  15. ipython3: ipython[notebook]