Skip to content

Commit

Permalink
DEFIVELO-215 Remove tox
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomoor authored and OdyX committed Jul 15, 2021
1 parent b953d0b commit fbdc1cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ envdir/*
/static_files

/.coverage
/.tox
/.vscode/
/docker-compose.override.yml
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r test.in
tox
pip-tools
django-debug-toolbar
django-extensions
Expand Down
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 88
exclude= */migrations/, defivelo/settings/, virtualization/, manage.py, .tox, node_modules, .git
exclude= */migrations/, defivelo/settings/, virtualization/, manage.py, node_modules, .git
per-file-ignores =
*/__init__.py:F401,F403
defivelo/settings/*:F405,F403
Expand All @@ -18,4 +18,10 @@ known_django = django
default_section = THIRDPARTY
line_length = 88
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
skip = .tox,node_modules,migrations,virtualization/drifter,
skip = node_modules,migrations,virtualization/drifter,

[tool:pytest]
DJANGO_SETTINGS_MODULE = defivelo.settings.test
python_files = test*.py tests.py tests/*.py
norecursedirs = node_modules deployment .git virtualization
addopts = --cov=apps --cov=defivelo --cov-report=term --no-cov-on-fail
22 changes: 0 additions & 22 deletions tox.ini

This file was deleted.

0 comments on commit fbdc1cc

Please sign in to comment.