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 d2b4693 commit c0ed3d0Copy full SHA for c0ed3d0
.travis.yml
@@ -0,0 +1,14 @@
1
+language: python
2
+jobs:
3
+ include:
4
+ - name: "Windows Lint"
5
+ os: windows
6
+ language: sh
7
+ python: "3.3"
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
13
+ script:
14
+ - pylint library && pylint queries && pylint applications && pylint interface
0 commit comments