Skip to content

Commit 963d1f7

Browse files
committed
[qa] Added run-qa-checks script
1 parent a0caaef commit 963d1f7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- pip install -r requirements-test.txt
1515

1616
before_script:
17-
- openwisp-qa-check --skip-checkmigrations --skip-checkmakemigrations
17+
- ./run-qa-checks
1818

1919
script:
2020
- nose2 --with-coverage --coverage=netdiff

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ Run tests with:
395395
.. code-block:: shell
396396
397397
./runtests.py
398+
./run-qa-checks
398399
399400
Alternatively, you can use the ``nose2`` command (which has a ton of available options):
400401

run-qa-checks

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
set -e
3+
openwisp-qa-check --skip-checkmigrations --skip-checkmakemigrations

0 commit comments

Comments
 (0)