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 9d279e6 commit eb79f2eCopy full SHA for eb79f2e
.travis.yml
@@ -6,7 +6,7 @@ matrix:
6
dist: xenial
7
8
install:
9
- - pip install -r requirements.txt
10
- - pip install pylint
+ - pipenv install
+ - pipenv install pylint
11
12
-script: python .lint.py
+script: python .lint.py
0 commit comments