Skip to content

Commit c0ed3d0

Browse files
authored
Create .travis.yml
1 parent d2b4693 commit c0ed3d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)