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.
2 parents 31dcd9b + 14e03a3 commit a83349dCopy full SHA for a83349d
.travis.yml
@@ -0,0 +1,3 @@
1
+language: python
2
+install: pip install flake8
3
+script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
0 commit comments