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.
1 parent df5a28e commit 3776c5aCopy full SHA for 3776c5a
.travis.yml
@@ -13,8 +13,6 @@ branches:
13
before_install:
14
- pip install -U pip setuptools wheel
15
- 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]
18
19
install:
20
- python setup.py -q develop
requirements-test.txt
@@ -3,4 +3,4 @@ coveralls
3
sphinx
4
sphinx_rtd_theme
5
# commit message style check
6
-openwisp-utils[qa]>=0.3.1
+openwisp-utils[qa]~=0.5.1
0 commit comments