We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b6e1e commit 6982c27Copy full SHA for 6982c27
.travis.yml
@@ -3,6 +3,8 @@ python:
3
- "2.7"
4
- "3.6"
5
install:
6
-- pip install -r requirements.txt
+- pip install pylint
7
+# - pip install -r requirements.txt
8
script:
-- pytest
9
+- find . -iname "*.py" | xargs pylint
10
+# - pytest
0 commit comments