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.
 
 
 

35 lines
465 B

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