diff options
author | Adrian Utrilla <adrianutrilla@gmail.com> | 2016-05-07 18:52:13 +0200 |
---|---|---|
committer | Adrian Utrilla <adrianutrilla@gmail.com> | 2016-05-08 12:10:48 +0200 |
commit | 90b224eff44ae7de527d02a2fdd26eeefdaf5f17 (patch) | |
tree | e2b24b8ca502e0d2ab3d65b2e1d7037546c91243 /python/tox.ini | |
parent | a09b2374f9d0a54b5ca02ee7b219cd30b5841eb4 (diff) | |
download | servo-90b224eff44ae7de527d02a2fdd26eeefdaf5f17.tar.gz servo-90b224eff44ae7de527d02a2fdd26eeefdaf5f17.zip |
Added tox.ini
Diffstat (limited to 'python/tox.ini')
-rw-r--r-- | python/tox.ini | 3 |
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 |