2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Re-enable PEP style testing

This commit is contained in:
Oliver Walters
2019-04-14 08:41:13 +10:00
parent 87eaaa7cbe
commit c3312ac935

View File

@ -14,5 +14,5 @@ before_install:
- make setup_ci - make setup_ci
script: script:
# - make style
- make test - make test
- make style