diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 14:40:59 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 17:00:27 +0200 |
| commit | 96b820e5b14d2e764d56b6298d4952ef6b306697 (patch) | |
| tree | a701868e93997c3b17da642c680f92f6a72dc5a0 | |
| parent | edca8b7407d7c9b1497ba1722d1b66ffa4b4c234 (diff) | |
| download | jasper-client-96b820e5b14d2e764d56b6298d4952ef6b306697.tar.gz jasper-client-96b820e5b14d2e764d56b6298d4952ef6b306697.zip | |
Add flake8 linting to travis.yml
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ca19c58..a4ffa00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ install: - "pip install -r client/requirements.txt" - "pip install python-coveralls" - "pip install coverage" + - "pip install flake8" +before_script: + - flake8 jasper.py client script: - "coverage run client/test.py --light" after_success: |
