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