We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db3633 commit a2b1222Copy full SHA for a2b1222
.travis.yml
@@ -4,6 +4,6 @@ python:
4
- "2.7"
5
install:
6
- "pip install --use-mirrors -r test_requirements.txt"
7
- - "pip install --use-mirrors git+https://github.com/landscapeio/pylint-plugin-utils.git"
+ - "pip install --use-mirrors git+https://github.com/landscapeio/pylint-plugin-utils.git@develop"
8
- "pip install --use-mirrors --editable ."
9
script: python test/test_func.py
0 commit comments