aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAdrian Utrilla <adrianutrilla@gmail.com>2016-05-07 18:52:13 +0200
committerAdrian Utrilla <adrianutrilla@gmail.com>2016-05-08 12:10:48 +0200
commit90b224eff44ae7de527d02a2fdd26eeefdaf5f17 (patch)
treee2b24b8ca502e0d2ab3d65b2e1d7037546c91243 /python
parenta09b2374f9d0a54b5ca02ee7b219cd30b5841eb4 (diff)
downloadservo-90b224eff44ae7de527d02a2fdd26eeefdaf5f17.tar.gz
servo-90b224eff44ae7de527d02a2fdd26eeefdaf5f17.zip
Added tox.ini
Diffstat (limited to 'python')
-rw-r--r--python/tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
new file mode 100644
index 00000000000..e684cc63d8b
--- /dev/null
+++ b/python/tox.ini
@@ -0,0 +1,3 @@
+[flake8]
+filename = *.py
+max-line-length = 120