Skip to content

Commit d4bc914

Browse files
committed
Add Travis CI jobs
Very simple ones, that will run pylint in the code base. Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
1 parent f90363c commit d4bc914

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
5+
branches:
6+
only:
7+
- master
8+
9+
install:
10+
- pip install sphinx tox simplejson MySQL-python pylint autopep8
11+
- pip install inspektor
12+
- pip install -r requirements.txt
13+
14+
script:
15+
- inspekt lint

requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage==3.6
2+
nose==1.3.0
3+
nosexcover==1.0.8
4+
tox==1.5.0
5+
virtualenv==1.9.1

0 commit comments

Comments
 (0)