From 7453380a2652e3c75f471b2ffb85910ccb980c34 Mon Sep 17 00:00:00 2001 From: Stanislav Kudriashev Date: Sun, 14 Dec 2014 21:57:30 +0200 Subject: [PATCH] Tox configuration clean-up No need to specify deps explicitly, since deps are inherited from the global testenv configuration. Change-Id: I6285cac45822da1cb8a4cac34edf4ab6648af95a --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 48472a4f..020701c0 100644 --- a/tox.ini +++ b/tox.ini @@ -18,13 +18,9 @@ commands = nosetests {posargs} downloadcache = ~/cache/pip [testenv:pep8] -deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} [testenv:pylint] -deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt commands = pylint --rcfile=pylintrc anvil [testenv:venv]