Skip to content

Commit

Permalink
[qa] Added run-qa-checks script
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored and pandafy committed May 19, 2020
1 parent da6abd5 commit 34455a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ install:
- pip install -e .

script:
- |
openwisp-utils-qa-checks \
--migration-path \
"./openwisp_monitoring/check/migrations \
./openwisp_monitoring/device/migrations \
./openwisp_monitoring/monitoring/migrations \
./openwisp_monitoring/notifications/migrations" \
--migration-module "check device_monitoring monitoring notifications"
- ./run-qa-checks
- coverage run --source=openwisp_monitoring runtests.py

after_success:
Expand Down
7 changes: 7 additions & 0 deletions run-qa-checks
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
openwisp-utils-qa-checks \
--migration-path "./openwisp_monitoring/check/migrations \
./openwisp_monitoring/device/migrations \
./openwisp_monitoring/monitoring/migrations \
./openwisp_monitoring/notifications/migrations" \
--migration-module "check device_monitoring monitoring notifications"

0 comments on commit 34455a0

Please sign in to comment.