1
0
Fork 0

Add tox as dev dependency

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
merge-requests/422/head
Alfredos-Panagiotis Damkalis 2019-09-25 19:10:05 +03:00
parent ef40817f61
commit 281913e9f6
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ docopts==0.6.1
execnet==1.7.1
factory-boy==2.12.0
Faker==2.0.2
filelock==3.0.12
mock==3.0.5
packaging==19.2
pluggy==0.13.0
@ -26,4 +27,7 @@ pytest-django==3.5.1
pytest-forked==1.0.2
pytest-xdist==1.29.0
text-unidecode==1.3
toml==0.10.0
tox==3.14.0
virtualenv==16.7.5
wcwidth==0.1.7

View File

@ -76,6 +76,7 @@ dev =
factory-boy~=2.12.0
pur~=5.2.0
docopts~=0.6.0
tox~=3.14.0
[flake8]
max-complexity = 23