Lines Matching +full:tox +full:- +full:env
10 exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/12 max-line-length = 12117 # --fulltrace18 # -n auto19 --cov-config=setup.cfg20 --cov=httplib221 --noconftest22 --showlocals23 --strict24 --tb=short25 --timeout=1726 --verbose27 -ra