Project editing and testing configuration bumpf
This commit is contained in:
parent
4011c1fa47
commit
2e4b981aa7
8 changed files with 139 additions and 0 deletions
13
requirements-dev.txt
Normal file
13
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-r requirements.txt
|
||||
|
||||
# Code lint
|
||||
autopep8
|
||||
flake8
|
||||
|
||||
# Security
|
||||
pre-commit
|
||||
|
||||
# Unit tests and coverage
|
||||
pytest
|
||||
pytest-cov
|
||||
tox
|
||||
Loading…
Add table
Add a link
Reference in a new issue