Skip to content

Commit 46efa21

Browse files
authored
Update .travis.yml
1 parent c0ed3d0 commit 46efa21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
- name: "Windows Lint"
55
os: windows
66
language: sh
7-
python: "3.3"
7+
python: "3.7"
88
cache: pip
99
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
10+
- choco install python --version 3.7.3
11+
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
12+
- pip install pylint
1313
script:
14-
- pylint library && pylint queries && pylint applications && pylint interface
14+
- pylint library && pylint queries && pylint application && pylint interface

0 commit comments

Comments
 (0)