X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=27668edb767e57596ed18ce8e438e8d2a0bcf2f6;hp=90fa750d78329a1621e8b2713129588e09f0c599;hb=1c0623cbe57049eb56d8b4f559d1a1687a0a0c53;hpb=db3bce05e04d294ec906cb38ac099a42fb02d6ad diff --git a/tox.ini b/tox.ini index 90fa750..27668ed 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Jeremy Stanley . Permission +# 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. @@ -20,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