Skip to content

Commit

Permalink
travis: Update to inspektor 0.4.5
Browse files Browse the repository at this point in the history
Inspektor 0.4.5 brings a number of updates, including
porting to the cliff command line application framework,
which makes inspekt commands to look more natural in
terms of arguments.  Let's update and reflect that
in the CI scripts.

Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com>
  • Loading branch information
lmr committed Aug 18, 2017
1 parent 6f12acb commit 0259168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install:
- pip install -r requirements-travis.txt

script:
- inspekt lint --enable W0611,E0602
- inspekt checkall --disable-lint W,R,C,E1002,E1101,E1103,E1120,F0401,I0011,E0203 --no-license-check
- inspekt indent
- inspekt style
- |
Expand Down
2 changes: 1 addition & 1 deletion requirements-travis.txt
@@ -1,3 +1,3 @@
inspektor==0.2.2
inspektor==0.4.5
pep8==1.6.2
pylint==1.6.4

0 comments on commit 0259168

Please sign in to comment.