diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..3b816e9 --- /dev/null +++ b/tox.ini @@ -0,0 +1,19 @@ +[tox] +envlist = pep8 +minversion = 1.6 +skipsdist = True + +[testenv] +usedevelop = True +install_command = pip install -U {opts} {packages} +setenv = + VIRTUAL_ENV={envdir} + +[tox:jenkins] +downloadcache = ~/cache/pip + +[testenv:pep8] +#commands = flake8 {posargs} + +[testenv:venv] +commands = {posargs}