X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=27668edb767e57596ed18ce8e438e8d2a0bcf2f6;hp=90fa750d78329a1621e8b2713129588e09f0c599;hb=40120e6bd3dd60e6ce37b1cdc380afeec86bd7dc;hpb=d010b522dacb1a2dd3ae29a09529cc2919635b56 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