aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-04 22:06:07 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-04 22:06:07 +0200
commite211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch)
tree8bb441e8528056806e129c5d45b3770bbaa0fd31 /tox.ini
parentAdd job tags. (diff)
Set up GitLab CI properly.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index f0b2fc99..00000000
--- a/tox.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[flake8]
-max-line-length=120
-application_import_names=pysite
-ignore=P102,B311,W503,E226,S311,E241
-exclude=__pycache__, venv, .venv, tests, **/migrations
-import-order-style=pycharm