Skip to content

Commit 7604316

Browse files
committed
[qa] Reformatted code with black, added run-qa-checks
1 parent 092e231 commit 7604316

58 files changed

Lines changed: 3957 additions & 6055 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.landscape.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ branches:
1313
before_install:
1414
- pip install -U pip setuptools wheel
1515
- pip install -r requirements-test.txt
16+
# temporary: remove when openwisp-utils 0.5.0 is released
17+
- pip install -U https://github.com/openwisp/openwisp-utils/tarball/master#egg=openwisp_utils[qa]
1618

1719
install:
1820
- python setup.py -q develop
1921

2022
before_script:
21-
- openwisp-utils-qa-checks --skip-checkmigrations
22-
- mkdir docs/source/_static
23-
- sphinx-build -W -b html docs/source docs/_build
23+
- ./run-qa-checks
2424

2525
script:
2626
- nose2 --with-coverage --coverage=netjsonconfig

0 commit comments

Comments
 (0)