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.
 
 
 

25 lines
389 B

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