aboutsummaryrefslogtreecommitdiff
path: root/contrib/tox.ini
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-08-17 00:01:47 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-08-17 00:01:47 +0200
commit744f39a476ef16b0efd08f2662b0a72c5cd3e149 (patch)
tree3518b367efa0d9ba8e7f957fefe8e9af18a8c895 /contrib/tox.ini
parentc2957498716e76e7f57ce2d5dfeb6379fd3323d1 (diff)
downloadgnunet-744f39a476ef16b0efd08f2662b0a72c5cd3e149.tar.gz
gnunet-744f39a476ef16b0efd08f2662b0a72c5cd3e149.zip
move misc CI and build system files to contrib/
We can't have one or more files for every build system out there in the root directory, especially if they are not commented/documented.
Diffstat (limited to 'contrib/tox.ini')
-rw-r--r--contrib/tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/tox.ini b/contrib/tox.ini
new file mode 100644
index 000000000..c91f2de94
--- /dev/null
+++ b/contrib/tox.ini
@@ -0,0 +1,4 @@
1[flake8]
2max-line-length = 160
3exclude = .git
4filename = *.py* \ No newline at end of file