Skip to content

Commit 58f0bf6

Browse files
committed
Add Travis CI
Using inspektor to sanity check inspektor. Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
1 parent 31b2f56 commit 58f0bf6

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "2.6"
5+
6+
install:
7+
- pip install -r requirements-travis.txt
8+
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ]; then pip install -r requirements-travis-python26.txt; fi
9+
10+
script:
11+
- make check

requirements-travis-python26.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
logutils==0.3.3

requirements-travis.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pep8==1.6.2
2+
inspektor==0.1.15

0 commit comments

Comments
 (0)