Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
Add travis config

Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
  • Loading branch information
Satheesh Rajendran committed May 15, 2019
1 parent 9f6f1ef commit 261df3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"

sudo: false

install:
- pip install Inspektor==0.5.2

script:
- inspekt checkall --disable-style E501,E265,W601,E402,E722,E741 --no-license-check

0 comments on commit 261df3b

Please sign in to comment.