Keun Soo Yim | 3b10a5a | 2017-12-22 19:03:44 -0800 | [diff] [blame] | 1 | [bdist_wheel] |
2 | universal = 1 | ||||
3 | |||||
4 | [flake8] | ||||
5 | max-line-length = 100 | ||||
6 | ignore = F821 | ||||
7 | |||||
8 | [tool:pytest] | ||||
9 | minversion = 2.2.0 | ||||
10 | pep8ignore = | ||||
11 | documentation/*.py ALL | ||||
12 | test_six.py ALL | ||||
13 | flakes-ignore = | ||||
14 | documentation/*.py ALL | ||||
15 | test_six.py ALL | ||||
16 | six.py UndefinedName | ||||
17 | |||||
18 | [egg_info] | ||||
19 | tag_build = | ||||
20 | tag_date = 0 | ||||
21 |