We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc922db commit f2dda97Copy full SHA for f2dda97
.pylintrc
@@ -0,0 +1,8 @@
1
+[MESSAGES CONTROL]
2
+
3
+disable=
4
+ invalid-name,
5
+ missing-docstring,
6
+ bad-continuation,
7
+ duplicate-code,
8
+ fixme,
.travis.yml
@@ -31,10 +31,11 @@ addons:
31
- python-tk
32
33
before_install:
34
- - pip install pytest pytest-cov code_extract
+ - pip install pytest pytest-cov code_extract pylint
35
# Make sure to put the readme test at the very end; otherwise it's messing
36
# around with the other tests.
37
- code_extract README.md test/zzz_readme_test.py --filter python,test
38
+ - pylint matplotlib2tikz
39
40
install:
41
- pip install -r test_requirements.txt
0 commit comments