Skip to content

Commit 3776c5a

Browse files
committed
[tests] openwisp-utils~=0.5.1
1 parent df5a28e commit 3776c5a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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]
1816

1917
install:
2018
- python setup.py -q develop

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ coveralls
33
sphinx
44
sphinx_rtd_theme
55
# commit message style check
6-
openwisp-utils[qa]>=0.3.1
6+
openwisp-utils[qa]~=0.5.1

0 commit comments

Comments
 (0)