We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6972d33 commit 6d2ce57Copy full SHA for 6d2ce57
.travis.yml
@@ -16,9 +16,9 @@ before_install:
16
17
install:
18
- "pip install -r src/requirements.txt"
19
- - pip install pytest-pylint
+ - pip install --no-cache-dir pytest-flake8
20
- "python src/create_db.py"
21
22
23
script:
24
- - py.test --pylint --pylint-rcfile=.pylintrc -m pylint
+ - pytest --lint-only --flake8
setup.cfg
@@ -0,0 +1,3 @@
1
+# content of setup.cfg
2
+[tool:pytest]
3
+flake8-ignore = W191
0 commit comments