From cb3128966983c26d747bee1e6a79242e9512c21f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 26 Jan 2017 20:09:04 +0100 Subject: [test] run the tests with tox and py.test - Resolves: #14 --- tox.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..417bd18 --- /dev/null +++ b/tox.ini @@ -0,0 +1,14 @@ +[tox] +envlist = py27 +skipsdist=True + +[testenv] +commands = py.test --cov-report=html \ + --cov-report=term \ + --cov=leap.mx \ + --pep8 {posargs} +usedevelop = True +deps = + -r{toxinidir}/pkg/requirements-testing.pip +setenv = + HOME=/tmp -- cgit v1.2.3