default tox cmd should also run 'functional' target

The default tox cmd should also run the 'functional' target, this got
missed in adding that sub target.

Change-Id: I9a10b0c9798d9f90db03991c45b9f2b285d1e4d0
This commit is contained in:
Sean Dague 2015-03-20 11:43:59 -04:00
parent 37a6c601f3
commit 2615ff0651
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py27,pep8,pip-missing-reqs
envlist = py27,functional,pep8,pip-missing-reqs
skipsdist = True
[testenv]