Skip to content

Commit a2b1222

Browse files
committed
Using develop branch of pylint-plugin-utils
1 parent 0db3633 commit a2b1222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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 git+https://github.com/landscapeio/pylint-plugin-utils.git"
7+
- "pip install --use-mirrors git+https://github.com/landscapeio/pylint-plugin-utils.git@develop"
88
- "pip install --use-mirrors --editable ."
99
script: python test/test_func.py

0 commit comments

Comments
 (0)