From 520e0dc8081c0aea599a1225dc5073c12642e70c Mon Sep 17 00:00:00 2001 From: Mathew Odden Date: Fri, 30 May 2014 14:46:40 -0500 Subject: [PATCH] Update tox.ini settings Pull in minversion for tox and update the default environments to run Change-Id: Ia577d175eceb6c67402f50f7f6cc26f5c6b3bf30 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fdfad68..15108b7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,6 @@ +[tox] +minversion = 1.6 +envlist = py27,pep8 [testenv] deps = -r{toxinidir}/requirements.txt @@ -11,4 +14,4 @@ commands = {posargs} [flake8] show-source = True -exclude = .venv,.tox,dist,doc,*.egg \ No newline at end of file +exclude = .venv,.tox,dist,doc,*.egg