Update tox.ini settings

Pull in minversion for tox and update the
default environments to run

Change-Id: Ia577d175eceb6c67402f50f7f6cc26f5c6b3bf30
This commit is contained in:
Mathew Odden 2014-05-30 14:46:40 -05:00
parent 47f5f14d25
commit 520e0dc808
1 changed files with 4 additions and 1 deletions

View File

@ -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
exclude = .venv,.tox,dist,doc,*.egg