Skip to content

Commit

Permalink
Merge 8ae7642 into df5a28e
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 6, 2020
2 parents df5a28e + 8ae7642 commit 73b4557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ branches:
before_install:
- pip install -U pip setuptools wheel
- pip install -r requirements-test.txt
# temporary: remove when openwisp-utils 0.5.0 is released
- pip install -U https://github.com/openwisp/openwisp-utils/tarball/master#egg=openwisp_utils[qa]

install:
- python setup.py -q develop
Expand All @@ -23,7 +21,7 @@ before_script:
- ./run-qa-checks

script:
- nose2 --with-coverage --coverage=netjsonconfig
- coverage run -a --source=netjsonconfig runtests.py

after_success:
coveralls
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coveralls
sphinx
sphinx_rtd_theme
# commit message style check
openwisp-utils[qa]>=0.3.1
openwisp-utils[qa]~=0.5.1

0 comments on commit 73b4557

Please sign in to comment.