From 63a74449ab78d92296124a0992621336dcb1c5f3 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Fri, 23 Jan 2015 07:44:42 -0800 Subject: [PATCH] Add tox.ini for tox (http://tox.testrun.org/) --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tox.ini 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 -- 2.47.3