Remove env from DONT_CHECK (ref: #2760)

This commit is contained in:
Takeshi KOMIYA
2016-07-16 00:47:19 +09:00
parent 475be2c31b
commit 9e9eeaaf84

View File

@@ -6,7 +6,7 @@ PYTHON ?= python
DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
-i .ropeproject -i doc/_build -i tests/path.py \
-i tests/coverage.py -i env -i utils/convert.py \
-i tests/coverage.py -i utils/convert.py \
-i tests/typing_test_data.py \
-i tests/test_autodoc_py35.py \
-i tests/build \