diff options
| author | 2018-09-04 22:06:07 +0200 | |
|---|---|---|
| committer | 2018-09-04 22:06:07 +0200 | |
| commit | e211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch) | |
| tree | 8bb441e8528056806e129c5d45b3770bbaa0fd31 /tox.ini | |
| parent | Add job tags. (diff) | |
Set up GitLab CI properly.
Diffstat (limited to '')
| -rw-r--r-- | tox.ini | 6 |
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 |