diff options
author | 2016-12-23 01:03:55 +0000 | |
---|---|---|
committer | 2016-12-23 01:03:55 +0000 | |
commit | f87b8d9136682c9617449bb8595230c074c5d8e3 (patch) | |
tree | f5de74fd0972a6a7277e755f4982b4203157385c /tox.ini | |
parent | bae8d5ce983e8971c38aa4825360396e8d9b4c3f (diff) | |
parent | 8f3a955068dbeb6470ff0ff8e133645509f0dae1 (diff) |
Merge "dovetail tool: flake8 support in tox"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27 +envlist = py27,pep8 [testenv] basepython=python2 @@ -28,4 +28,4 @@ commands = python setup.py testr --coverage \ [flake8] show-source = True ignore = E123,E125,H803 -exclude = .tox,dist,docs,.egg,build,.venv,.git +exclude = .tox,dist,docs,*egg,build,.venv,.git |