diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..36f81be --- /dev/null +++ b/tox.ini @@ -0,0 +1,18 @@ +[tox] +envlist = py34,py26,py27,pep8 +minversion = 1.6 +skipsdist = True + +[testenv] +commands= + python -c "print 'nothing to do yet'" + +[testenv:pep8] +commands = + python -c "print 'nothing to do yet'" + +[testenv:venv] +commands = {posargs} + +[testenv:docs] +commands = python setup.py build_sphinx