From c53d438e01dba26188d324cbc6648975fea2e0ca Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 16 Jan 2016 22:14:42 -0500 Subject: Simplify tox configuration --- tox.ini | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ea55068..f3488a5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,5 @@ [testenv] -deps = pytest -commands = py.test {posargs} +commands = python setup.py test [testenv:flake8] -deps = flake8 -commands = flake8 {posargs} -skip_install = True +commands = python setup.py flake8 -- cgit v1.2.3