2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-18 23:38:36 +00:00

Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters
2019-04-26 21:25:00 +10:00
11 changed files with 264 additions and 140 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ clean:
rm -f .coverage
style:
flake8 InvenTree --ignore=C901,E501
flake8 InvenTree
test:
python InvenTree/manage.py check