X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=27668edb767e57596ed18ce8e438e8d2a0bcf2f6;hp=041861a8195a80c8a01be936f804068c0f54c622;hb=ccabf1c36488ef0f0a3107f99e9bd43c3b307216;hpb=fc795709ca8bf595b74acc3720d92cba0306b1aa diff --git a/tox.ini b/tox.ini index 041861a..27668ed 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,7 @@ +# Copyright (c) 2016-2017 Jeremy Stanley . Permission +# to use, copy, modify, and distribute this software is granted under +# terms provided in the LICENSE file distributed with this software. + [tox] minversion = 2.0 envlist = flake8 @@ -16,6 +20,9 @@ commands = python setup.py test --slowest --testr-args='{posargs}' basepython=python3 commands = flake8 {posargs} +[testenv:venv] +commands = {posargs} + [flake8] show-source = True exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build