We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742cdb3 commit d757576Copy full SHA for d757576
.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