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 781a3b6 commit 0db3633Copy full SHA for 0db3633
.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 https://github.com/landscapeio/pylint-plugin-utils"
+ - "pip install --use-mirrors git+https://github.com/landscapeio/pylint-plugin-utils.git"
8
- "pip install --use-mirrors --editable ."
9
script: python test/test_func.py
0 commit comments