diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000000..8d2ea6bbb6aefb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: python +install: pip install flake8 +script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics