This commit is contained in:
2019-10-29 18:34:25 +01:00
commit 1b727c5b77
18 changed files with 486 additions and 0 deletions

10
tox.ini Normal file
View File

@@ -0,0 +1,10 @@
[tox]
envlist = py3,py2
[testenv]
deps = coverage
pylint
pytest
commands = coverage run -m pytest
coverage report --skip-covered
pylint django_deploy