Skip to content

Commit 0db3633

Browse files
committed
Fixing pylint-plugin-utils dependency URL
1 parent 781a3b6 commit 0db3633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ python:
44
- "2.7"
55
install:
66
- "pip install --use-mirrors -r test_requirements.txt"
7-
- "pip install --use-mirrors https://github.com/landscapeio/pylint-plugin-utils"
7+
- "pip install --use-mirrors git+https://github.com/landscapeio/pylint-plugin-utils.git"
88
- "pip install --use-mirrors --editable ."
99
script: python test/test_func.py

0 commit comments

Comments
 (0)