From 2a46b146135aa5694eb9de288c24037051268fdf Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 00:09:32 -0400 Subject: [tests] tox configuration --- tox.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e69de29..6771939 100644 --- a/tox.ini +++ b/tox.ini @@ -0,0 +1,26 @@ +[tox] +envlist = py27 + +[testenv] +commands = py.test --cov-report=html \ + --cov-report=term \ + --cov=leap.bitmask \ + --pep8 {posargs} +deps = + mock + pep8 + pytest + pytest-pep8 + pytest-cov + setuptools-trial + gnupg + leap.soledad.common + + # move this to another env! + #leap.soledad.client + -e../soledad/client + -e. +setenv = + HOME=/tmp + + -- cgit v1.2.3