Skip to content

Commit cafc9af

Browse files
committed
[qa] Replace with openwisp-utils-qa-checks
1 parent 3585010 commit cafc9af

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@ before_install:
66
- sudo ./install-dev.sh
77

88
install:
9-
- pip install openwisp-utils[qa]>=0.2.1
9+
- pip install openwisp-utils[qa]>=0.3.1
1010

1111
script:
12+
- openwisp-utils-qa-checks --skip-checkmigrations --skip-isort --skip-flake8
1213
- ./runtests
13-
- |
14-
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
15-
# gets commit message of last commit before pull request merge
16-
COMMIT_MESSAGE=$(git log $TRAVIS_PULL_REQUEST_SHA --format=%B -n 1)
17-
printf "Checking commit message:\n\n"
18-
printf "$COMMIT_MESSAGE\n\n"
19-
checkcommit --message "$COMMIT_MESSAGE"
20-
fi

0 commit comments

Comments
 (0)