You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
405 B

  1. [tox]
  2. minversion = 1.3
  3. envlist = py26,py27,docs,flake8
  4. [testenv]
  5. deps=
  6. pytest
  7. commands=
  8. nosetests
  9. [testenv:py26]
  10. [testenv:py27]
  11. [testenv:docs]
  12. downloadcache={toxworkdir}/downloadcache
  13. basepython=python2.7
  14. changedir=doc
  15. deps=sphinx
  16. commands=
  17. sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
  18. [testenv:flake8]
  19. basepython=python2.7
  20. deps=flake8
  21. commands=
  22. flake8 djohno