From: Marc Abramowitz Date: Fri, 23 Jan 2015 15:44:42 +0000 (-0800) Subject: Add tox.ini for tox (http://tox.testrun.org/) X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=63a74449ab78d92296124a0992621336dcb1c5f3;p=chevron.git Add tox.ini for tox (http://tox.testrun.org/) --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..2b07bda --- /dev/null +++ b/tox.ini @@ -0,0 +1,9 @@ +[tox] +envlist = py26, py27, py33, py34, pypy, pypy3, flake8 + +[testenv] +commands = python {toxinidir}/test_spec.py + +[testenv:flake8] +deps = flake8 +commands = flake8 chevron