We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3585010 + cafc9af commit 8fc3389Copy full SHA for 8fc3389
1 file changed
.travis.yml
@@ -6,15 +6,8 @@ before_install:
6
- sudo ./install-dev.sh
7
8
install:
9
- - pip install openwisp-utils[qa]>=0.2.1
+ - pip install openwisp-utils[qa]>=0.3.1
10
11
script:
12
+ - openwisp-utils-qa-checks --skip-checkmigrations --skip-isort --skip-flake8
13
- ./runtests
- - |
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