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 c0ed3d0 commit 46efa21Copy full SHA for 46efa21
.travis.yml
@@ -4,11 +4,11 @@ jobs:
4
- name: "Windows Lint"
5
os: windows
6
language: sh
7
- python: "3.3"
+ python: "3.7"
8
cache: pip
9
before_install:
10
- - choco install python --version 3.3.5
11
- - export PATH="/c/Python33:/c/Python33/Scripts:$PATH"
12
- - python -m pip install --upgrade pip wheel
+ - choco install python --version 3.7.3
+ - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
+ - pip install pylint
13
script:
14
- - pylint library && pylint queries && pylint applications && pylint interface
+ - pylint library && pylint queries && pylint application && pylint interface
0 commit comments